Ведьмак Вики
Регистрация
Ведьмак Вики
9352
страницы
мНет описания правки
мНет описания правки
Строка 7: Строка 7:
 
.WikiaBlogListingBox {
 
.WikiaBlogListingBox {
 
background: #15181a !important;
 
background: #15181a !important;
background-image:-moz-linear-gradient(center top , #15181a 60%, #000000 100%) !important;
+
background-image:-moz-linear-gradient(center top, #15181a 60%, #000000 100%) !important;
 
border:1px solid #404040 !important;
 
border:1px solid #404040 !important;
 
margin-top: 0 !important;
 
margin-top: 0 !important;
Строка 19: Строка 19:
   
 
.WikiaBlogListingBox h3 {
 
.WikiaBlogListingBox h3 {
background-color:black;
+
background-color:#d2801e !important;
  +
background-image:-moz-linear-gradient(center top , #d2801e 0%, #653f03 100%);
margin:-10px !important;
 
  +
margin:0 -5px !important;
 
padding:5px !important;
 
padding:5px !important;
 
font-size:16px !important;
 
font-size:16px !important;
Строка 28: Строка 29:
 
padding-bottom:4px;
 
padding-bottom:4px;
 
padding-top:4px;
 
padding-top:4px;
  +
}
  +
  +
.WikiaBlogListingBox .wikia-button {
  +
margin-top: 2px;
 
}
 
}
   
Строка 51: Строка 56:
 
}
 
}
 
*/
 
*/
  +
  +
/* search typeahead highlight colour */
  +
  +
.WikiaSearch .autocomplete .selected {
  +
background: none repeat scroll 0 0 #000000;
  +
}
   
 
/* language codes */
 
/* language codes */
Строка 74: Строка 85:
   
 
.even {
 
.even {
background-color: #000000;
+
background-color: #000000;
 
}
 
}
   
 
.heading {
 
.heading {
background-color:black;
+
background-color:#d2801e !important;
background-image:-moz-linear-gradient(center top , #d2801e 0%, #653f03 100%);
+
background-image:-moz-linear-gradient(center top , #d2801e 0%, #653f03 100%);
color:white;
+
color:white;
font-size:120%;
+
font-size:120%;
font-weight:bold;
+
font-weight:bold;
margin:0 0 10px;
+
margin:0 0 10px;
padding:0.2em 0.4em;
+
padding:0.2em 0.4em;
text-align:left;
+
text-align:left;
width:100%;
+
width:100%;
 
}
 
}
   
Строка 96: Строка 107:
 
/* Disable image attribution */
 
/* Disable image attribution */
 
.picture-attribution {
 
.picture-attribution {
display: none !important;
+
display: none !important;
 
}
 
}
   
 
/* Login problem message fix */
 
/* Login problem message fix */
 
#userloginErrorBox, #userloginErrorBox2, #userloginErrorBox3 {
 
#userloginErrorBox, #userloginErrorBox2, #userloginErrorBox3 {
background-color: #454545;
+
background-color: #454545 !Important;
  +
}
  +
  +
/* Metadata table fix */
  +
table.mw_metadata td, table.mw_metadata th {
  +
background-color: #545454 !Important;
  +
}
  +
  +
/* fix to make all elements of css and js files visible */
  +
.css.source-css .kw1 {
  +
color: #C0C0C0 !important;
  +
}
  +
  +
/* fix to make the "not patrolled" pages under New pages readable */
  +
.not-patrolled {
  +
background-color: #545454;
  +
}
  +
  +
/* to fix readability of unselected tabs on some wikia table */
  +
  +
.wikia-tabs a {
  +
color: #545454;
  +
}
  +
  +
/* gallery caption fix */
  +
.wikia-gallery-item .thumb .lightbox-caption {
  +
background: none repeat scroll 0 0 transparent;
  +
color: #FEC356;
  +
}
  +
  +
/* Changes necessary to make the admin dashboard less colossally ugly */
  +
  +
.WikiHeader li a {
  +
color: #C0C0C0 !important;
  +
}
  +
  +
.AdminDashboardDrawer {
  +
background: none repeat scroll 0 0 #15181A !important;
  +
background-color: #15181A !important;
  +
border-bottom: 1px solid #394147 !important;
  +
border-left: 1px solid #000000 !important;
  +
border-right: 1px solid #394147 !important;
  +
box-shadow: 1px 1px 1px 0 #000000 !important;
  +
}
  +
  +
.AdminDashboardDrawer .arrow {
  +
border-color: transparent transparent transparent #D2801E;
  +
}
  +
  +
.AdminDashboardDrawer .arrow.expanded {
  +
border-right: 4px solid #D2801E;
  +
}
  +
  +
.AdminDashboardGeneralHeader {
  +
background-color: black !important;
  +
background-image: -moz-linear-gradient(center top , #15181A 40%, black 100%) !important;
  +
border-bottom: 1px solid #000000 !important;
  +
border-top: 1px solid #000000 !important;
  +
box-shadow: 0 2px 2px 0 #15181A !important;
  +
}
  +
  +
.AdminDashboardHeader h1 a {
  +
color: #C0C0C0 !important;
  +
}
  +
  +
.AdminDashboardGeneralHeader h1 {
  +
color: #C0C0C0 !important;
  +
}
  +
  +
.AdminDashboardHeader {
  +
background: none repeat scroll 0 0 #15181A;
  +
background-color: #653F03 !important;
  +
background-image: -moz-linear-gradient(center top , #653F03 20%, #653F03 70%, #000000 100%);
  +
border-bottom: 1px solid #394147 !important;
  +
border-left: 1px solid #394147 !important;
  +
border-top: 1px solid #394147 !important;
  +
}
  +
  +
.AdminDashboardHeader nav {
  +
color: #C0C0C0;
  +
}
  +
  +
.AdminDashboardHeader nav a {
  +
color: #FEC356 !important;
  +
}
  +
  +
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button {
  +
background-color: #653F03;
  +
background-image: -moz-linear-gradient(center top , #99681C 35%, #653F03 65%);
  +
border: 1px solid #653F03;
  +
color: white !important;
  +
}
  +
  +
.WikiaPage .WikiaPageBackground {
  +
background: none repeat scroll 0 0 #15181A !important;
  +
color: #C0C0C0 !important;
  +
}
  +
  +
.WikiaPage .WikiaPageBackground a {
  +
color: #FEC356 !important;
  +
}
  +
  +
.WikiaPage .WikiaPageBackground a.new {
  +
color: #CC2200 !important;
  +
}
  +
  +
.WikiaArticle a.new, .WikiaArticle a.new:visited {
  +
color: #CC2200 !important;
  +
}
  +
  +
.WikiaArticle.AdminDashboardChromedArticle {
  +
background: none repeat scroll 0 0 #15181A !important;
  +
color: #C0C0C0 !important;
  +
}
  +
  +
.WikiaArticle.AdminDashboardChromedArticle a {
  +
color: #FEC356 !important;
  +
}
  +
  +
.WikiaArticle AdminDashboardChromedArticle expanded {
  +
background: none repeat scroll 0 0 #15181A !important;
  +
color: #C0C0C0 !important;
  +
}
  +
  +
.WikiaArticle.AdminDashboardChromedArticle a.new {
  +
color: #CC2200 !important;
  +
}
  +
  +
.WikiaArticle {
  +
background-color: #15181A !important;
  +
border-bottom: medium none;
  +
border-right: medium none;
  +
box-shadow: none;
  +
}
  +
  +
.WikiaArticle fieldset {
  +
border: 1px solid #394147 !important;
  +
}
  +
  +
.WikiaArticleInterlang a {
  +
color: #FEC356 !important;
  +
}
  +
  +
.WikiaArticleInterlang h3 {
  +
color: #C0C0C0;
  +
}
  +
  +
h4.mw-specialpagesgroup {
  +
background-color: #DCDCDC;
  +
color: #000000;
  +
margin: 0.3em 0 0;
  +
padding: 2px;
  +
}
  +
  +
.mw-plusminus-neg {
  +
color: #8B0000;
  +
}
  +
  +
.mw-plusminus-pos {
  +
color: #006400;
  +
}
  +
  +
.QuickStatsWidget .WikiaDataTable {
  +
background-color: #15181A !important;
  +
background-image: -moz-linear-gradient(center top , #15181A 40%, #000000 100%) !important;
  +
border: 1px solid #394147 !important;
  +
color: #C0C0C0 !important;
  +
}
  +
  +
.QuickStatsWidget .WikiaDataTable .totals {
  +
background: #000000 !important;
  +
color: #C0C0C0 !important;
  +
}
  +
  +
.QuickStatsWidget .WikiaDataTable .supplemental-info a {
  +
color: #D2801E !important;
  +
}
  +
  +
.QuickStatsWidget .WikiaDataTable .totals td {
  +
background: none repeat scroll 0 0 #000000 !important;
  +
color: #D2801E;
  +
}
  +
  +
.QuickStatsWidget .WikiaDataTable th:first-child, .QuickStatsWidget .WikiaDataTable td:first-child {
  +
color: #D2801E !important;
  +
padding-left: 10px;
  +
text-align: left;
  +
}
  +
  +
.QuickStatsWidget .WikiaDataTable thead th {
  +
color: #D2801E !important;
  +
}
  +
  +
.QuickStatsWidget .WikiaDataTable .totals td:first-child .pointer {
  +
background: none repeat scroll 0 0 #D2801E !important;
  +
}
  +
  +
.QuickStatsWidget .WikiaDataTable .totals td:first-child .pointer:before {
  +
border-left: 10px solid #D2801E !important;
  +
}
  +
  +
#AdminDashboardAdvanced .mw-specialpages-table a {
  +
color: #D2801E !important;
  +
}
  +
  +
#AdminDashboardAdvanced .mw-specialpages-table a:new {
  +
color: #CC2200 !important;
  +
}
  +
.AdminDashboard .admin-dashboard-content .control-section .controls {
  +
background: none repeat scroll 0 0 #15181A;
  +
background-color: #15181A !important;
  +
background-image: -moz-linear-gradient(center top , #15181A 10%, #000000 100%) !important;
  +
border-left: 1px solid #000000;
  +
}
  +
  +
.AdminDashboard .admin-dashboard-content .control-section .controls a {
  +
color: #D2801E !important;
  +
}
  +
  +
.AdminDashboard .admin-dashboard-content .control-section header {
  +
background-color: #15181A;
  +
background-image: -moz-linear-gradient(center top , #15181A 40%, #000000 100%);
  +
border-bottom: 1px solid #000000;
  +
border-top: 1px solid #000000;
  +
}
  +
  +
.AdminDashboard .admin-dashboard-content .control-section header h1 {
  +
color: #D2801E !important;
  +
}
  +
  +
.AdminDashboard .admin-dashboard-content .control-section .controls .representation .icon {
  +
background-color: #000000 !important;
  +
}
  +
  +
.AdminDashboard .admin-dashboard-content .control-section .controls .control .representation {
  +
background-color: #15181A;
  +
background-image: -moz-linear-gradient(center top , #394147 33%, #394147 66%, #545454 100%);
  +
border: 1px solid #232323;
  +
}
  +
  +
#contentSub a {
  +
color: #D2801E !important;
  +
}
  +
  +
.WikiHeader .WikiaSearch input[type="text"] {
  +
background: none repeat scroll 0 0 #1A1D20;
  +
border: 1px solid #394147;
  +
color: #D5D4D4 !important;
  +
}
  +
  +
.WikiHeader .WikiaSearch input[type="text"]:-moz-placeholder {
  +
color: #FEC356 !important;
  +
}
  +
  +
.WikiHeader .WikiaSearch button {
  +
background-color: #D5D4D4 !important;
  +
background-image: -moz-linear-gradient(center top , #D5D4D4 35%, #AFADAD 65%) !important;
  +
}
  +
  +
.WikiHeader .WikiaSearch .autocomplete {
  +
background: none repeat scroll 0 0 #15181A;
  +
border-color: #394147;
  +
border-style: solid;
  +
color: #D5D4D4 !important;
  +
}
  +
  +
.WikiHeader .WikiaSearch .autocomplete .selected {
  +
background: none repeat scroll 0 0 #000000;
  +
}
  +
  +
.WikiHeader a.wikia-button.secondary, .WikiHeader .wikia-single-button a.secondary, .WikiHeader .wikia-menu-button.secondary, .WikiHeader input.secondary[type="submit"], .WikiHeader input.secondary[type="reset"], .WikiHeader input.secondary[type="button"], .WikiHeader .button.secondary, .WikiHeader button.secondary {
  +
background-color: #131618;
  +
background-image: -moz-linear-gradient(center top , #15181A 35%, #131618 65%);
  +
border: 1px solid #394147;
  +
}
  +
  +
.AdminDashboardTabs .tab {
  +
background-color: #342007;
  +
background-image: -moz-linear-gradient(center top , #56360E 35%, #342007 65%);
  +
box-shadow: 0 0 10px 0 #D2801E;
  +
color: #c0c0c0;
  +
}
  +
  +
.AdminDashboardTabs .tab.active {
  +
background-color: #653F03;
  +
background-image: -moz-linear-gradient(center top , #99681C 35%, #653F03 65%);
  +
box-shadow: 0 0 10px 0 #D2801E;
  +
color: #c0c0c0;
  +
}
  +
  +
.TablePager {
  +
color:#000000;
  +
border:1px solid #AAAAAA;
  +
padding:0 0.15em;
  +
}
  +
  +
.TablePager th {
  +
background-color:#653F03;
  +
color:#ffffff;
  +
border:1px solid #AAAAAA;
  +
padding:0 0.15em;
  +
}
  +
  +
.TablePager th a {
  +
background-color:#653F03;
  +
color:#FFFFFF !important;
  +
}
  +
  +
.TablePager tr:hover td {
  +
background-color:#999999;
  +
}
  +
  +
.TablePager td {
  +
background: transparent !important;
  +
border: 1px solid #404040;
  +
color: #c0c0c0;
  +
}
  +
  +
.paging_full_numbers span.paginate_active {
  +
background-color: #653F03;
 
}
 
}

Версия от 21:32, 16 сентября 2011

/* Blog */

.WikiaBlogPostHeader details a {
    color: #C0C0C0;
}

.WikiaBlogListingBox {
    background: #15181a !important;
    background-image:-moz-linear-gradient(center top, #15181a 60%, #000000 100%) !important;
    border:1px solid #404040 !important;
    margin-top: 0 !important;
    width: auto;
}

.WikiaBlogListingBox ul {
    border: none !important;
    padding: 16px 8px 8px;
}

.WikiaBlogListingBox h3 {
    background-color:#d2801e !important;
    background-image:-moz-linear-gradient(center top , #d2801e 0%, #653f03 100%);
    margin:0 -5px !important;
    padding:5px !important;
    font-size:16px !important;
}

.WikiaBlogListingBox blockquote {
    padding-bottom:4px;
    padding-top:4px;
}

.WikiaBlogListingBox .wikia-button {
    margin-top: 2px;
}

.WikiaArticle blockquote {
    margin:4px;
}

/*
.comments {
    color:#c0c0c0 !important;
}

.comments .article-comments-li {
    background-color:transparent !important;
}

.comments .article-comments-li.odd blockquote {
    background:none repeat scroll 0 0 transparent;
}

.comments .article-comments-li.even blockquote {
    background:none repeat scroll 0 0 #586572;
}
*/

/* search typeahead highlight colour */

.WikiaSearch .autocomplete .selected {
    background: none repeat scroll 0 0 #000000;
}

/* language codes */

.WikiaArticleInterlang ul li.more-link {
    display:none;
}

.WikiaArticleInterlang ul li.more {
    display:inline !important;
}

/* This is stuff for tables with alternating coloured lines, aka pyjama paper */

.sortheader {
    background-color: #d2801e;
    color: #000000;
}

.odd {
    background-color: transparent;
}

.even {
    background-color: #000000;
}

.heading {
    background-color:#d2801e !important;
    background-image:-moz-linear-gradient(center top , #d2801e 0%, #653f03 100%);
    color:white;
    font-size:120%;
    font-weight:bold;
    margin:0 0 10px;
    padding:0.2em 0.4em;
    text-align:left;
    width:100%;
}

/* Gallery background fix */
.wikia-gallery-item .thumb a.image {
    background-color: #000000;
}

/* Disable image attribution */
.picture-attribution {
    display: none !important;
}

/* Login problem message fix */
#userloginErrorBox, #userloginErrorBox2, #userloginErrorBox3 {
    background-color: #454545 !Important;
}

/* Metadata table fix */
table.mw_metadata td, table.mw_metadata th {
    background-color: #545454 !Important;
}

/* fix to make all elements of css and js files visible */
.css.source-css .kw1 {
    color: #C0C0C0 !important;
}

/* fix to make the "not patrolled" pages under New pages readable */
.not-patrolled {
    background-color: #545454;
}

/* to fix readability of unselected tabs on some wikia table */

.wikia-tabs a {
    color: #545454;
}

/* gallery caption fix */
.wikia-gallery-item .thumb .lightbox-caption {
    background: none repeat scroll 0 0 transparent;
    color: #FEC356;
}

/* Changes necessary to make the admin dashboard less colossally ugly */

.WikiHeader li a {
    color: #C0C0C0 !important;
}

.AdminDashboardDrawer {
    background: none repeat scroll 0 0 #15181A !important;
    background-color: #15181A !important;
    border-bottom: 1px solid #394147 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #394147 !important;
    box-shadow: 1px 1px 1px 0 #000000 !important;
}

.AdminDashboardDrawer .arrow {
    border-color: transparent transparent transparent #D2801E;
}

.AdminDashboardDrawer .arrow.expanded {
    border-right: 4px solid #D2801E;
}

.AdminDashboardGeneralHeader {
    background-color: black !important;
    background-image: -moz-linear-gradient(center top , #15181A 40%, black 100%) !important;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    box-shadow: 0 2px 2px 0 #15181A !important;
}

.AdminDashboardHeader h1 a {
    color: #C0C0C0 !important;
}

.AdminDashboardGeneralHeader h1 {
    color: #C0C0C0 !important;
}

.AdminDashboardHeader {
    background: none repeat scroll 0 0 #15181A;
    background-color: #653F03 !important;
    background-image: -moz-linear-gradient(center top , #653F03 20%, #653F03 70%, #000000 100%);
    border-bottom: 1px solid #394147 !important;
    border-left: 1px solid #394147 !important;
    border-top: 1px solid #394147 !important;
}

.AdminDashboardHeader nav {
    color: #C0C0C0;
}

.AdminDashboardHeader nav a {
    color: #FEC356 !important;
}

a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button {
    background-color: #653F03;
    background-image: -moz-linear-gradient(center top , #99681C 35%, #653F03 65%);
    border: 1px solid #653F03;
    color: white !important;
}

.WikiaPage .WikiaPageBackground {
    background: none repeat scroll 0 0 #15181A !important;
    color: #C0C0C0 !important;
}

.WikiaPage .WikiaPageBackground a {
    color: #FEC356 !important;
}

.WikiaPage .WikiaPageBackground a.new {
    color: #CC2200 !important;
}

.WikiaArticle a.new, .WikiaArticle a.new:visited {
    color: #CC2200 !important;
}

.WikiaArticle.AdminDashboardChromedArticle {
    background: none repeat scroll 0 0 #15181A !important;
    color: #C0C0C0 !important;
}

.WikiaArticle.AdminDashboardChromedArticle  a {
    color: #FEC356 !important;
}

.WikiaArticle AdminDashboardChromedArticle expanded {
    background: none repeat scroll 0 0 #15181A !important;
    color: #C0C0C0 !important;
}

.WikiaArticle.AdminDashboardChromedArticle a.new {
    color: #CC2200 !important;
}

.WikiaArticle {
    background-color: #15181A !important;
    border-bottom: medium none;
    border-right: medium none;
    box-shadow: none;
}

.WikiaArticle fieldset {
    border: 1px solid #394147 !important;
}

.WikiaArticleInterlang a {
    color: #FEC356 !important;
}

.WikiaArticleInterlang h3 {
    color: #C0C0C0;
}

h4.mw-specialpagesgroup {
    background-color: #DCDCDC;
    color: #000000;
    margin: 0.3em 0 0;
    padding: 2px;
}

.mw-plusminus-neg {
    color: #8B0000;
}

.mw-plusminus-pos {
    color: #006400;
}

.QuickStatsWidget .WikiaDataTable {
    background-color: #15181A !important;
    background-image: -moz-linear-gradient(center top , #15181A 40%, #000000 100%) !important;
    border: 1px solid #394147 !important;
    color: #C0C0C0 !important;
}

.QuickStatsWidget .WikiaDataTable .totals {
    background: #000000 !important;
    color: #C0C0C0 !important;
}

.QuickStatsWidget .WikiaDataTable .supplemental-info a {
    color: #D2801E !important;
}

.QuickStatsWidget .WikiaDataTable .totals td {
    background: none repeat scroll 0 0 #000000 !important;
    color: #D2801E;
}

.QuickStatsWidget .WikiaDataTable th:first-child, .QuickStatsWidget .WikiaDataTable td:first-child {
    color: #D2801E !important;
    padding-left: 10px;
    text-align: left;
}

.QuickStatsWidget .WikiaDataTable thead th {
    color: #D2801E !important;
}

.QuickStatsWidget .WikiaDataTable .totals td:first-child .pointer {
    background: none repeat scroll 0 0 #D2801E !important;
}

.QuickStatsWidget .WikiaDataTable .totals td:first-child .pointer:before {
    border-left: 10px solid #D2801E !important;
}

#AdminDashboardAdvanced .mw-specialpages-table a {
    color: #D2801E !important;
}

#AdminDashboardAdvanced .mw-specialpages-table a:new {
    color: #CC2200 !important;
}
.AdminDashboard .admin-dashboard-content .control-section .controls {
    background: none repeat scroll 0 0 #15181A;
    background-color: #15181A !important;
    background-image: -moz-linear-gradient(center top , #15181A 10%, #000000 100%) !important;
    border-left: 1px solid #000000;
}

.AdminDashboard .admin-dashboard-content .control-section .controls a {
    color: #D2801E !important;
}

.AdminDashboard .admin-dashboard-content .control-section header {
    background-color: #15181A;
    background-image: -moz-linear-gradient(center top , #15181A 40%, #000000 100%);
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}

.AdminDashboard .admin-dashboard-content .control-section header h1 {
    color: #D2801E !important;
}

.AdminDashboard .admin-dashboard-content .control-section .controls .representation .icon {
    background-color: #000000 !important;
}

.AdminDashboard .admin-dashboard-content .control-section .controls .control .representation {
    background-color: #15181A;
    background-image: -moz-linear-gradient(center top , #394147 33%, #394147 66%, #545454 100%);
    border: 1px solid #232323;
}

#contentSub a {
    color: #D2801E !important;
}

.WikiHeader .WikiaSearch input[type="text"] {
    background: none repeat scroll 0 0 #1A1D20;
    border: 1px solid #394147;
    color: #D5D4D4 !important;
}

.WikiHeader .WikiaSearch input[type="text"]:-moz-placeholder {
    color: #FEC356 !important;
}

.WikiHeader .WikiaSearch button {
    background-color: #D5D4D4 !important;
    background-image: -moz-linear-gradient(center top , #D5D4D4 35%, #AFADAD 65%) !important;
}

.WikiHeader .WikiaSearch .autocomplete {
    background: none repeat scroll 0 0 #15181A;
    border-color: #394147;
    border-style: solid;
    color: #D5D4D4 !important;
}

.WikiHeader .WikiaSearch .autocomplete .selected {
    background: none repeat scroll 0 0 #000000;
}

.WikiHeader a.wikia-button.secondary, .WikiHeader .wikia-single-button a.secondary, .WikiHeader .wikia-menu-button.secondary, .WikiHeader input.secondary[type="submit"], .WikiHeader input.secondary[type="reset"], .WikiHeader input.secondary[type="button"], .WikiHeader .button.secondary, .WikiHeader button.secondary {
    background-color: #131618;
    background-image: -moz-linear-gradient(center top , #15181A 35%, #131618 65%);
    border: 1px solid #394147;
}

.AdminDashboardTabs .tab {
    background-color: #342007;
    background-image: -moz-linear-gradient(center top , #56360E 35%, #342007 65%);
    box-shadow: 0 0 10px 0 #D2801E;
    color: #c0c0c0;
}

.AdminDashboardTabs .tab.active {
    background-color: #653F03;
    background-image: -moz-linear-gradient(center top , #99681C 35%, #653F03 65%);
    box-shadow: 0 0 10px 0 #D2801E;
    color: #c0c0c0;
}

.TablePager {
	color:#000000;
	border:1px solid #AAAAAA;
	padding:0 0.15em;
}
 
.TablePager th {
	background-color:#653F03;
	color:#ffffff;
	border:1px solid #AAAAAA;
	padding:0 0.15em;
}
 
.TablePager th a {
	background-color:#653F03;
	color:#FFFFFF !important;
}
 
.TablePager tr:hover td {
	background-color:#999999;
}
 
.TablePager td {
    background: transparent !important;
    border: 1px solid #404040;
    color: #c0c0c0;
}

.paging_full_numbers span.paginate_active {
    background-color: #653F03;
}