User:MarioGameChampion/monobook.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 35: | Line 35: | ||
div#content { | div#content { | ||
background: | background: dodgerblue; | ||
border: 1px solid #323232; | border: 1px solid #323232; | ||
color:#DBE7FF | color:#DBE7FF |
Revision as of 07:32, November 24, 2012
/* make a few corners round */
#p-cactions ul li, #p-cactions ul li a {
border-top-left-radius: 1em;
border-top-right-radius: 1em;
}
#content {
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;
}
div.pBody {
border-top-right-radius: 1em;
border-bottom-right-radius: 1em;
}
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button, .article-comm-reply {
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: #012E59;
background-image: -moz-linear-gradient(top, #02488B 35%, #012E59 65%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #02488B), color-stop(65%, #012E59));
background-image: -o-linear-gradient(top, #02488B 35%, #012E59 65%);
background-image: -ms-linear-gradient(top, #02488B 35%, #012E59 65%);
border: 1px solid #012E59;
color: white;
}
body {
background: black url(http://images.wikia.com/fantendo/images/a/a0/FTBG.png) top left repeat;
color: #D5D4D4;
color:#DBE7FF;
font-family:Comic Sans MS;
font-size:10px;
}
div#content {
background: dodgerblue;
border: 1px solid #323232;
color:#DBE7FF
}
.generated-sidebar div.pBody, .portlet div.pBody {
background: #0F0F0F;
border: 1px solid #323232;
}
div#content table { background: inherit; color:#DBE7FF }
hr { background-color: #323232;
color: #323232; }
a { color: #09C; text-decoration: none; }
a:hover { color: #39c; text-decoration: underline; }
a:visited { color: #69c; }
a:active { color: #orange; }
h1,h2 { border-bottom: 1px solid #323232; }
h1,h2,h3,h4,h5,h6 { color:#8CA6DC; }
h4,h5,h6 { border: none; }
#p-cactions ul li.selected a { background-color: #323232; z-index:3; }
#p-cactions ul li.selected { border-color: #0F0F0F; }
#p-cactions ul li a { background-color: #0F0F0F; color:inherit; }
#p-cactions ul li { border-color: #323232; }
#p-cactions ul li a:hover { background-color: #323232; z-index:0; color: inherit; }
#p-cactions ul li:hover { border-color: #0F0F0F; }
/* Change powered by image in footer */
#f-poweredbyico img { visibility: hidden !important; }
#f-poweredbyico { background: black url(http://img40.picoodle.com/img/img40/9/10/4/f_wikiimagem_7f0d401.png); top: 0px; }
.mainLegend { display:inline; }
#siteSub { display:inline;color:#7C96CC;font-size:92%;font-weight:normal; }
li#pt-userpage { background: none }
#footer { ;border-color:#1C1C1C; background: #1C1C1C;}
table.gallery { background:#333 }
table.gallery td { background:#333 }
div.tleft,div.tright {border-color:#161616}
div.thumb div { color:#9CB6EC;background:#222 }
table.diff, td.diff-otitle, td.diff-ntitle { background:#161616 }
td.diff-context { background:#333 }
div.noarticletext { color:#DBE7FF;background:#262626 }
/* makes the unpatrolled boxes in recentchanges look nice */
.not-patrolled {
background-color:#444;
}
input {
background-color: #333;
color:#B6D0FF;
border: 1px solid #111;
}
#searchInput {
border: 1px solid #111;
background-color: #333;
color:#9CB6EC;
-webkit-appearance:none;
}
textarea {
font-family: Comic Sans MS;
font-size: 14px;
background: #1C1C1C;
color: white;
border:2px dotted white;
}
#p-personal div ul a { color: white; }
a.new, #p-cactions .new a { color: goldenrod; }
#catlinks {
border: 1px dotted #DDD;
background-color: #222;
}
.skin-monobook .WikiaArticleComments .speech-bubble-message {
border: 0px solid #CCC;
}
#p-personal div ul {
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: #0042A5;
background-image: -moz-linear-gradient(top, #0042A5 35%, #002072 65%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #0042A5), color-stop(65%, #002072));
background-image: -o-linear-gradient(top, #0042A5 35%, #002072 65%);
background-image: -ms-linear-gradient(top, #0042A5 35%, #002072 65%);
color: white;
width: auto;
position: absolute;
right: 0px;
padding:0px;
}
/* Main Page */
.MainPageAffiliatesBox {
padding: 0px 2px 7px 2px;
color: dodgerblue;
background: url(http://www.mariowiki.com/images/affiliatesbg.png) repeat-x bottom #5C94FC;
border: 1px solid #000000;
width: 100%;
margin-top: 1px;
margin-bottom: -5px;
}
.affiliates {
text-align: center;
font-size: 10px;
}
.affiliates a {
background: none !important;
padding: 0 !important;
}
.affiliates img {
margin-top: 1px;
margin-bottom: 2px;
}
.MainTopText a {
color: black;
text-decoration: none;
}
.MainTopText a:hover {
color: black;
text-decoration: underline;
}
.MainPageProposalBox h3 {
font-size: 120%;
}
/* End Main Page */
#p-personal li a:hover { background: transparent; }
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button, .article-comm-reply {
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: #0042A5;
background-image: -moz-linear-gradient(top, #0042A5 35%, #002072 65%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #0042A5), color-stop(65%, #002072));
background-image: -o-linear-gradient(top, #0042A5 35%, #002072 65%);
background-image: -ms-linear-gradient(top, #0042A5 35%, #002072 65%);
border: 1px solid #002072;
color: white;
}
#p-cactions ul li { background: none !important; border: none;}
table#mw-dismissable-notice td[align="right"] { display:none; }
#editpage-specialchars { display: none; }
input[type="checkbox"], input[type="radio"] { -webkit-appearance:none; border:2px outset #0042A5; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #003998), color-stop(65%, #00318B)); width:13px; height:13px; margin:1px; }
input[type="checkbox"]:checked, input[type="radio"]:checked { -webkit-appearance:none; border:2px inset #001872; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #00207F), color-stop(65%, #001872)); width:13px; height:13px; margin:1px; }
input[type="checkbox"]:hover, input[type="radio"]:hover { -webkit-appearance:none; border-color: #1E60C3; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #1E57B6), color-stop(65%, #1E4FA9)); width:13px; height:13px; margin:1px; }
#preferences, .prefsection table, .prefsection legend { background-color: #010F3B; border: none;}
fieldset { border: 1px solid #010F5D; }
#preferences select { -webkit-appearance:none; -webkit-border-radius:3px; background-color: transparent; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #0042A5), color-stop(100%, #002072)); color: #B6D0FF; border: 0px; }
#preferences select option { background-color:#002072; color:#B6D0FF; }
div#footer {
background: #0F0F0F;
border: 1px solid #323232;
color: #DBE7FF;
}