|
|
Line 1: |
Line 1: |
| #Bulbapedia_header {
| |
| background: #5d7058 top center no-repeat;
| |
| border: 0;
| |
| height: 62px;
| |
| }
| |
|
| |
| #Bulbapedia_header a {
| |
| color: #000000;
| |
| }
| |
| #header_username a {
| |
| color: #d7e8fc;
| |
| }
| |
| .headerMenuButton dt, .headerMenuButton dd {
| |
| background-image:
| |
| }
| |
| * html .headerMenuButton dt, * html .headerMenuButton dd {
| |
| background-image: none;
| |
| filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
| |
| }
| |
| #Bulbapedia_logo {
| |
| background-image:
| |
| }
| |
| * html #wikia_logo {
| |
| background-image: none;
| |
| filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images1.wikia.nocookie.net/ratchet/images/6/62/WikiaLogo.png', sizingMethod='crop');
| |
| }
| |
|
| |
| #background_strip {
| |
| background: #5d7058 top center no-repeat;
| |
| border: 1;
| |
| height: 158px;
| |
| }
| |
|
| |
|
| |
| #wikia_page {
| |
| margin-top: 0;
| |
| top: +5px !important;
| |
| }
| |
|
| |
| #monaco_footer
| |
| {
| |
| top: 0;
| |
| margin:0 5px 0 216.4px; }
| |
|
| |
| #navigation a {
| |
| background-color: #d7e8fc;
| |
| color: #ffffff;
| |
| }
| |
| #navigation a:hover, .navigation-hover {
| |
| background-image:url(http://images2.wikia.nocookie.net/ratchet/images/8/85/MonacoBlend.png);
| |
| color:#000000;
| |
| }
| |
| #navigation li {
| |
| border-color: #acc1da;
| |
| }
| |
|
| |
| #search_button {
| |
| background-image: url(http://images1.wikia.nocookie.net/ratchet/images/f/f0/MonacoSearch.png);
| |
| }
| |
| * html #search_button {
| |
| background-image: none;
| |
| filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images1.wikia.nocookie.net/ratchet/images/f/f0/MonacoSearch.png', sizingMethod='crop');
| |
| }
| |
| #search_field {
| |
| border:1px solid #000000;
| |
| color:gray;
| |
| text-align:center;
| |
| left:5px;
| |
| margin:0;
| |
| padding:2px;
| |
| position:absolute;
| |
| top:4.5px;
| |
| width:85%;
| |
| }
| |
| #search_box {
| |
| background:#000000 url(http://images2.wikia.nocookie.net/ratchet/images/8/85/MonacoBlend.png) repeat;
| |
| }
| |
|
| |
| #link_box, #link_box a {
| |
| background-color: #607796;
| |
| color: #000000;
| |
| }
| |
| .widget dd {
| |
| background-color: #f2f5fd;
| |
| }
| |
| .community_details {
| |
| background-color: #ffffff;
| |
| border: 1px solid #b8c3d4;
| |
| }
| |
|
| |
| #wikia_page {
| |
| background-color: #ffffff;
| |
| }
| |
|
| |
| body {
| |
| font: x-small sans-serif;
| |
| color: #000000;
| |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
|
| |
| #page_bar {
| |
| background-color: #ffffff;
| |
| }
| |
|
| |
| #page_controls a {
| |
| color: White !important;
| |
| }
| |
|
| |
| #catlinks {
| |
| border: 1px solid #AAAAAA;
| |
| color: #000000;
| |
| background-color: #ffffff;
| |
| padding: 5px;
| |
| margin-top: 1em;
| |
| clear: both;
| |
| background-image: url(http://images2.wikia.nocookie.net/ratchet/images/7/73/RCCatIcon.png);
| |
| background-repeat: no-repeat;
| |
| background-position: center right;
| |
| padding-right: 50px;
| |
| }
| |
|
| |
|
| |
| /* general styles */
| |
|
| |
| table {
| |
| background: #ffffff;
| |
| font-size: 100%;
| |
| color: #000000;
| |
| }
| |
|
| |
| a:hover {
| |
| text-decoration: underline;
| |
| }
| |
|
| |
| img {
| |
| border: none;
| |
| vertical-align: middle;
| |
| }
| |
| p {
| |
| margin: .4em 0 .5em 0;
| |
| line-height: 1.5em;
| |
| }
| |
| p img {
| |
| margin: 0;
| |
| }
| |
|
| |
| hr {
| |
| height: 1px;
| |
| color: #AAAAAA;
| |
| background-color: #AAAAAA;
| |
| border: 0;
| |
| margin: .2em 0 .2em 0;
| |
| }
| |
|
| |
| h1, h2, h3, h4, h5, h6 {
| |
| color: #000000;
| |
| background: none;
| |
| font-weight: normal;
| |
| margin: 0;
| |
| padding-top: .5em;
| |
| padding-bottom: .17em;
| |
| border-bottom: 1px solid #AAAAAA;
| |
| }
| |
| h1 { font-size: 188%; }
| |
| h2 { font-size: 150%; }
| |
| h3, h4, h5, h6 {
| |
| border-bottom: none;
| |
| font-weight: bold;
| |
| }
| |
| h3 { font-size: 132%; }
| |
| h4 { font-size: 116%; }
| |
| h5 { font-size: 100%; }
| |
| h6 { font-size: 80%; }
| |
|
| |
| ul {
| |
| line-height: 1.5em;
| |
| list-style-type: square;
| |
| margin: .3em 0 0 1.5em;
| |
| padding: 0;
| |
| list-style-image: url("http://images.wikia.com/common/skins/monobook/bullet.gif");
| |
| }
| |
| ol {
| |
| line-height: 1.5em;
| |
| margin: .3em 0 0 3.2em;
| |
| padding: 0;
| |
| list-style-image: none;
| |
| }
| |
| li {
| |
| margin-bottom: .1em;
| |
| }
| |
| dt {
| |
| font-weight: bold;
| |
| margin-bottom: .1em;
| |
| }
| |
| dl {
| |
| margin-top: .2em;
| |
| margin-bottom: .5em;
| |
| }
| |
| dd {
| |
| line-height: 1.5em;
| |
| margin-left: 2em;
| |
| margin-bottom: .1em;
| |
| }
| |
|
| |
| fieldset {
| |
| border: 1px solid #AAAAAA;
| |
| margin: 1em 0 1em 0;
| |
| padding: 0 1em 1em;
| |
| line-height: 1.5em;
| |
| }
| |
| legend {
| |
| background: #ffffff;
| |
| padding: .5em;
| |
| font-size: 95%;
| |
| }
| |
| form {
| |
| border: none;
| |
| margin: 0;
| |
| }
| |
|
| |
| textarea {
| |
| width: 100%;
| |
| padding: .1em;
| |
| }
| |
|
| |
| input.historysubmit {
| |
| padding: 0 .3em .3em .3em !important;
| |
| font-size: 94%;
| |
| cursor: pointer;
| |
| height: 1.7em !important;
| |
| margin-left: 1.6em;
| |
| }
| |
| select {
| |
| vertical-align: top;
| |
| }
| |
| abbr, acronym, .explain {
| |
| border-bottom: 1px dotted black;
| |
| color: #000000;
| |
| background: none;
| |
| cursor: help;
| |
| }
| |
| q {
| |
| font-family: Times, "Times New Roman", serif;
| |
| font-style: italic;
| |
| }
| |
|
| |
|
| |
| /* user notification thing */
| |
| .usermessage {
| |
| background-color: #a2ada2;
| |
| border: 1px solid #3b893b;
| |
| color: #000000;
| |
| font-weight: bold;
| |
| margin: 2em 0 1em;
| |
| padding: .5em 1em;
| |
| vertical-align: middle;
| |
| text-align: center;
| |
| }
| |
| #siteNotice {
| |
| text-align: center;
| |
| font-size: 95%;
| |
| padding: 0 .9em;
| |
| }
| |
| #siteNotice p {
| |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
| .error {
| |
| color: #FF0000;
| |
| font-size: larger;
| |
| }
| |
| .errorbox, .successbox {
| |
| font-size: larger;
| |
| border: 2px solid;
| |
| padding: .5em 1em;
| |
| float: left;
| |
| margin-bottom: 2em;
| |
| color: #000;
| |
| }
| |
| .errorbox {
| |
| border-color: #ffffff;
| |
| background-color: #401F22;
| |
| color: #FF0000;
| |
| }
| |
| .successbox {
| |
| border-color:#66BBFF;
| |
| background-color: #394A5C;
| |
| }
| |
| .errorbox h2, .successbox h2 {
| |
| font-size: 1em;
| |
| font-weight: bold;
| |
| display: inline;
| |
| margin: 0 .5em 0 0;
| |
| border: none;
| |
| }
| |
|
| |
| #catlinks {
| |
| border: 1px solid #AAAAAA;
| |
| background-color: #ffffff;
| |
| padding: 5px;
| |
| margin-top: 1em;
| |
| clear: both;
| |
| }
| |
|
| |
| /* Page history styling */
| |
| /* the auto-generated edit comments */
| |
| .autocomment {
| |
| color: gray;
| |
| }
| |
| #pagehistory span.user {
| |
| margin-left: 1.4em;
| |
| margin-right: .4em;
| |
| }
| |
| #pagehistory span.minor {
| |
| font-weight: bold;
| |
| }
| |
| #pagehistory li {
| |
| border: 1px solid #ffffff;
| |
| }
| |
| #pagehistory li.selected {
| |
| background-color: #ffffff;
| |
| border: 1px dashed #AAAAAA;
| |
| }
| |
|
| |
| /* disabled for now
| |
| blockquote {
| |
| font-family: Times, "Times New Roman", serif;
| |
| font-style: italic;
| |
| }*/
| |
| code {
| |
| background-color: #ffffff;
| |
| }
| |
| pre {
| |
| padding: 1em;
| |
| border: 1px dashed #AAAAAA;
| |
| color: #000000;
| |
| background-color: #ffffff;
| |
| line-height: 1.1em;
| |
| }
| |
|
| |
| /*
| |
| ** the main content area
| |
| */
| |
|
| |
| #siteSub {
| |
| display: none;
| |
| }
| |
|
| |
| #jump-to-nav {
| |
| display: none;
| |
| }
| |
|
| |
| #contentSub, #contentSub2 {
| |
| font-size: 84%;
| |
| line-height: 1.2em;
| |
| margin: 0 0 1.4em 1em;
| |
| color: #888888;
| |
| width: auto;
| |
| }
| |
| span.subpages {
| |
| display: block;
| |
| }
| |
|
| |
| /***********************************************************
| |
| ** FIX: Fixing [[Special:Imagelist]] table colors
| |
| ** -- Cid, 2007-03-28
| |
| */
| |
| .TablePager, .TablePager td, .TablePager th {
| |
| border-color: #AAAAAA;
| |
| }
| |
| .TablePager th { background-color: ffffff; }
| |
| .TablePager td { background-color: ffffff; }
| |
| .TablePager tr:hover td { background-color: ffffff; }
| |
|
| |
| .imagelist .TablePager_col_links { background-color: ffffff; }
| |
| .imagelist th.TablePager_sort { background-color: ffffff; }
| |
|
| |
| /* changing the colors of various classes to better fit the skin */
| |
| .forumheader {
| |
| background-color: #800000;
| |
| color: #BBBBBB;
| |
| }
| |
| .toccolours {
| |
| background-color: #777;
| |
| }
| |
|
| |
| /*
| |
| ** content styles
| |
| */
| |
|
| |
| #toc,
| |
| .toc,
| |
| .mw-warning {
| |
| border: 1px solid #AAAAAA;
| |
| background-color: #ffffff;
| |
| padding: 5px;
| |
| font-size: 95%;
| |
| }
| |
| #toc h2,
| |
| .toc h2 {
| |
| display: inline;
| |
| border: none;
| |
| padding: 0;
| |
| font-size: 100%;
| |
| font-weight: bold;
| |
| }
| |
| #toc #toctitle,
| |
| .toc #toctitle,
| |
| #toc .toctitle,
| |
| .toc .toctitle {
| |
| text-align: center;
| |
| background-color: transparent;
| |
| }
| |
| #toc ul,
| |
| .toc ul {
| |
| list-style-type: none;
| |
| list-style-image: none;
| |
| margin-left: 0;
| |
| padding-left: 0;
| |
| text-align: left;
| |
| }
| |
| #toc ul ul,
| |
| .toc ul ul {
| |
| margin: 0 0 0 1em;
| |
| }
| |
| #toc .toctoggle,
| |
| .toc .toctoggle {
| |
| font-size: 100%;
| |
| }
| |
|
| |
| .mw-warning {
| |
| margin-left: 50px;
| |
| margin-right: 50px;
| |
| text-align: center;
| |
| }
| |
|
| |
| /* images */
| |
| div.floatright, table.floatright {
| |
| clear: right;
| |
| float: right;
| |
| position: relative;
| |
| margin: 0 0 .5em .5em;
| |
| border: 0;
| |
| /*
| |
| border: .5em solid #ffffff;
| |
| border-width: .5em 0 .8em 1.4em;
| |
| */
| |
| }
| |
| div.floatright p { font-style: italic; }
| |
| div.floatleft, table.floatleft {
| |
| float: left;
| |
| position: relative;
| |
| margin: 0 .5em .5em 0;
| |
| border: 0;
| |
| /*
| |
| margin: .3em .5em .5em 0;
| |
| border: .5em solid #ffffff;
| |
| border-width: .5em 1.4em .8em 0;
| |
| */
| |
| }
| |
| div.floatleft p { font-style: italic; }
| |
| /* thumbnails */
| |
| /* see ADDITIONS for "table div.thumb" */
| |
| div.thumb {
| |
| margin-bottom: .5em;
| |
| border-style: solid;
| |
| border-color: #ffffff;
| |
| width: auto;
| |
| }
| |
| div.thumb div {
| |
| border: 1px solid #AAAAAA;
| |
| padding: 3px !important;
| |
| background-color: #ffffff;
| |
| font-size: 94%;
| |
| text-align: center;
| |
| overflow: hidden;
| |
| }
| |
| div.thumb div a img {
| |
| border: none;
| |
| }
| |
| div.thumb div div.thumbcaption {
| |
| border: none;
| |
| text-align: left;
| |
| line-height: 1.4em;
| |
| padding: .3em 0 .1em 0;
| |
| }
| |
| div.magnify {
| |
| float: right;
| |
| border: none !important;
| |
| background: none !important;
| |
| }
| |
| div.magnify a, div.magnify img {
| |
| display: block;
| |
| border: none !important;
| |
| background: none !important;
| |
| }
| |
| div.tright {
| |
| clear: right;
| |
| float: right;
| |
| border-width: .5em 0 .8em 1.4em;
| |
| margin-left: 0.75em;
| |
| margin-right: 0em;
| |
| }
| |
| div.tleft {
| |
| float: left;
| |
| margin-right: .5em;
| |
| border-width: .5em 1.4em .8em 0;
| |
| margin-left: 0em;
| |
| margin-right: 0.75em;
| |
| }
| |
|
| |
| .hiddenStructure {
| |
| display: none;
| |
| speak: none;
| |
| }
| |
| img.tex {
| |
| vertical-align: middle;
| |
| }
| |
| span.texhtml {
| |
| font-family: serif;
| |
| }
| |
|
| |
| /***********************************************************
| |
| ** This is for the forum-function (in Ten Forward)
| |
| ** Florian 2006-04-14
| |
| ** imported from MA/de by Kobi 2006-05-13
| |
| */
| |
|
| |
| .forum_title a.forum_new {
| |
| font-weight: bold;
| |
| background: url("http://images2.wikia.nocookie.net/ratchet/images/4/4e/Forum_new.gif") center left no-repeat;
| |
| padding-left: 20px;
| |
| }
| |
|
| |
| .forum_title a.forum_new:visited {
| |
| font-weight: normal;
| |
| background: none;
| |
| padding-left: 20px;
| |
| }
| |
|
| |
|
| |
| }
| |
|
| |
| /* Misc. */
| |
| #siteSub {
| |
| display: block !important;
| |
| margin-top: -5px;
| |
| font-size: smaller;
| |
| color: #000000;
| |
| font-style: italic;
| |
| }
| |
|
| |
| /* HACK:Prevent #siteSub from showing up in ns:102 (see Common.css)--CID, 2006-09-10
| |
| ** Prevent #ca-talk from showing up in ns:100 (see Common.css)--CID, 2006-09-12
| |
| */
| |
| .ns-102 * #siteSub,
| |
| .ns-100 * li#ca-talk {
| |
| display: none !important;
| |
| }
| |
|
| |
| #preferences {
| |
| border: none;
| |
| padding: 0;
| |
| margin: 0;
| |
| background-color: #ffffff;
| |
| }
| |
| #preferences fieldset {
| |
| border: 1px solid #AAAAAA;
| |
| float: left;
| |
| margin-right: 2em;
| |
| background-color: #ffffff;
| |
| }
| |
|
| |
| #preferences table {
| |
| background-color: #ffffff;
| |
| }
| |
|
| |
| #preferences legend {
| |
| background-color: #ffffff;
| |
| border: 1px solid #AAAAAA;
| |
| font-weight:bold;
| |
| color: #000000;
| |
| }
| |
|
| |
| div.fullImageLink {
| |
| text-align: center;
| |
| }
| |
| div.fullMedia {
| |
| text-align: center;
| |
| border: 1px solid #AAAAAA;
| |
| background-color: #ffffff;
| |
| padding: 5px;
| |
| font-size:smaller;
| |
| margin: 0.5em 0;
| |
| }
| |
|
| |
| #bodyContent div.noicon a {
| |
| background: none;
| |
| padding: 0;
| |
| }
| |
|
| |
| /* Tables generally have #ffffff as bg color */
| |
| table div.thumb {
| |
| border-color: #ffffff;
| |
| }
| |
|
| |
| /* Make "credits" line in div#footer wrap like it should */
| |
| li #credits {
| |
| white-space: normal !important;
| |
| }
| |
|
| |
| /* hack to make the digg/delicious links into text */
| |
| #diggs a img, #delicious a img { display:none; }
| |
| #diggs a:after { content:"Digg" }
| |
| #delicious a:after { content:"del.icio.us" }
| |
|
| |
| /* editcount table */
| |
| #editcount table { background-color:transparent !important }
| |
|
| |
| /*Overriding some search formatting*/
| |
| .searchfragment {
| |
| color: #000000;
| |
| }
| |
|
| |
|
| |
| h2.wikiasearch {
| |
| background-color: #394A5C;
| |
| border: 1px solid #66BBFF;
| |
| color: #000000;
| |
| font-size: 100%;
| |
| margin: 2em 0 1em;
| |
| padding: .5em 1em;
| |
| vertical-align: middle;
| |
| text-align: center;
| |
| }
| |
|
| |
| /* Classes for article validation */
| |
|
| |
| table.revisionform_default {
| |
| border: 1px solid #000000;
| |
| }
| |
|
| |
| table.revisionform_focus {
| |
| border: 1px solid #000000;
| |
| background-color:#00BBFF;
| |
| }
| |
|
| |
| tr.revision_tr_default {
| |
| background-color:#ffffff;
| |
| }
| |
|
| |
| tr.revision_tr_first {
| |
| background-color:#DDDDDD;
| |
| }
| |
|
| |
| p.revision_saved {
| |
| color: green;
| |
| ?font-weight:bold;
| |
| }
| |
|
| |
| #mw_trackbacks {
| |
| border: solid 1px #bbbbff;
| |
| background-color: #eeeeff;
| |
| padding: 0.2em;
| |
| }
| |
|
| |
|
| |
| /* Allmessages table */
| |
|
| |
| #allmessagestable th {
| |
| background-color: #ffffff;
| |
| }
| |
|
| |
| #allmessagestable tr.orig {
| |
| background-color: #ffffff;
| |
| }
| |
|
| |
| #allmessagestable tr.new {
| |
| background-color: #401F22;
| |
| }
| |
|
| |
| #allmessagestable tr.def {
| |
| background-color: #394A5C;
| |
| }
| |
|
| |
|
| |
| /* noarticletext */
| |
| div.noarticletext {
| |
| border: none;
| |
| background: #ffffff;
| |
| padding: .2em 1em;
| |
| color: #000000;
| |
| }
| |
|
| |
| div#searchTargetContainer {
| |
| left: 10px;
| |
| top: 10px;
| |
| width: 90%;
| |
| background: #ffffff;
| |
| }
| |
|
| |
| div#searchTarget {
| |
| padding: 3px;
| |
| margin: 5px;
| |
| background: #F0F0F0;
| |
| border: solid 1px blue;
| |
| }
| |
|
| |
| div#searchTarget ul li {
| |
| list-style: none;
| |
| }
| |
|
| |
| div#searchTarget ul li:before {
| |
| color: orange;
| |
| content: "\00BB \0020";
| |
| }
| |
|
| |
|
| |
| /*
| |
| ** the personal toolbar
| |
| */
| |
|
| |
| #p-personal {
| |
| width: 100%;
| |
| white-space: nowrap;
| |
| padding: 0;
| |
| margin: 0;
| |
| position: absolute;
| |
| left: 0;
| |
| top: 0;
| |
| z-index: 0;
| |
| border: none;
| |
| background: none;
| |
| overflow: visible;
| |
| line-height: 1.2em;
| |
| }
| |
|
| |
| #p-personal h5 {
| |
| display: none;
| |
| }
| |
| #p-personal .portlet,
| |
| #p-personal .pBody {
| |
| padding: 0;
| |
| margin: 0;
| |
| border: none;
| |
| z-index: 0;
| |
| overflow: visible;
| |
| background: none;
| |
| }
| |
| /* this is the ul contained in the portlet */
| |
| #p-personal ul {
| |
| border: none;
| |
| line-height: 1.4em;
| |
| color: #AAAAAA;
| |
| padding: 0 2em 0 3em;
| |
| margin: 0;
| |
| text-align: right;
| |
| text-transform: lowercase;
| |
| list-style: none;
| |
| z-index: 0;
| |
| background: none;
| |
| cursor: default;
| |
| }
| |
| #p-personal li {
| |
| z-index: 0;
| |
| border: none;
| |
| padding: 0;
| |
| display: inline;
| |
| color: #AAAAAA;
| |
| margin-left: 1em;
| |
| line-height: 1.2em;
| |
| background: none;
| |
| }
| |
| #p-personal li.active {
| |
| font-weight: bold;
| |
| }
| |
| #p-personal li a {
| |
| text-decoration: none;
| |
| color: #66BBFF;
| |
| padding-bottom: .2em;
| |
| background: none;
| |
| }
| |
| #p-personal li a:hover {
| |
| padding-bottom: .2em;
| |
| background: none;
| |
| }
| |
| #p-personal li.active a:hover {
| |
| background-color: transparent;
| |
| }
| |
|
| |
| div.thumbinner {
| |
| color: #000000;
| |
| }
| |
|
| |
| .widget dt {
| |
| background-color: #ffffff;
| |
| }
| |
|
| |
| .widget {
| |
| background-color: #ffffff;
| |
| border-color: #000;
| |
|
| |
| }
| |
|
| |
| #navigation a {
| |
| background-color: #ffffff;
| |
| color: #000000;
| |
| }
| |
|
| |
| #link_box {
| |
| background-color: #ffffff;
| |
| border-color: #ffffff;
| |
| color: #000;
| |
| }
| |
|
| |
| #widget_cockpit {
| |
| background-color: black;
| |
| }
| |
|
| |
| .widget dd {
| |
| background-color: #ffffff;
| |
| color: #000000;
| |
| }
| |
|
| |
| #link_box, #link_box a {
| |
| background-color: #ffffff;
| |
| color: #000000;
| |
| }
| |
|
| |
| /* change widget heading colours */
| |
| dt.widget_title {
| |
| color:#eee;
| |
| background-image:url(http://images2.wikia.nocookie.net/ratchet/images/8/85/MonacoBlend.png);
| |
| margin-bottom:2px;
| |
| }
| |
|
| |
| table.gallery {
| |
| border: 1px solid #AAAAAA;
| |
| margin: 2px auto 2px auto;
| |
| padding: 2px;
| |
| background-color: #ffffff;
| |
| }
| |
|
| |
| table.gallery tr {
| |
| vertical-align: top;
| |
| background-color: #ffffff;
| |
| }
| |
|
| |
| table.gallery td {
| |
| vertical-align: top;
| |
| background-color: #ffffff;
| |
| border: none;
| |
| margin: 2px;
| |
| }
| |
|
| |
| div.gallerybox {
| |
| margin: 2px;
| |
| width: 150px;
| |
| border: none;
| |
| background-color: inherit;
| |
| }
| |
|
| |
| div.gallerybox div.thumb {
| |
| text-align: center;
| |
| border: 1px solid #AAAAAA;
| |
| margin: 2px;
| |
| }
| |
|
| |
| div.gallerytext {
| |
| font-size: smaller;
| |
| text-align: center;
| |
| padding: 2px 4px;
| |
| background-color: inherit;
| |
| border: none;
| |
| }
| |
|
| |
| div.gallerybox div.thumb:hover, div.gallerybox div.thumb div:hover {
| |
| background-color: #ffffff;
| |
| }
| |
|
| |
| #page_bar {
| |
| background: #000000 url(http://images2.wikia.nocookie.net/ratchet/images/1/19/RCPagebar.png) repeat-x;
| |
| border-bottom: 1px solid #ffffff;
| |
| margin:0;
| |
| }
| |
|
| |
| .mw-specialpagesgroup | | .mw-specialpagesgroup |
| { | | { |
Line 908: |
Line 21: |
| margin-right: 0; | | margin-right: 0; |
| } | | } |
|
| |
| #filetoc li { | | #filetoc li { |
| display: inline; | | display: inline; |