Участник:Erement/monobook.css: различия между версиями

Материал из SS220 Paradise Wiki (SS13)
Перейти к навигации Перейти к поиску
мНет описания правки
(тест)
Строка 1: Строка 1:
body{font-size:small;background:#86ab7d;}
textarea, input, button, select { color: #ccc; padding: 2px; border: 1px solid #333; background: #222; }
h1,h2,h3,h4,h5,h6{color:#c50;text-shadow: 1px 1px 1px #119;}
textarea:hover, input:hover, button:hover, select:hover { border-color: #AE5700; }
.pBody{background-color: #b59090;border-radius: 30px 6px;}
 
.pBody a{color:#2b30ff;}
 
.pBody a:visited{color:#668313;}
/* anything outside content areas */
.mw-body{background: linear-gradient(0, #795548, #ff777752);border-radius: 10px 60px;}
body { background: #000; color: #999; }
.wikiEditor-ui textarea{background-color: #ccc;}
 
.wikiEditor-ui-toolbar{background-color:#adbcc5;background-image:none;}
 
.editOptions{background-color: #9aa8c5;}
/* main content area backgrounds/borders */
div#content { background: #101010; }
#column-content div { border-color: #AE5700; }
 
 
/* header bottomborder and main page h1 tweaks */
body.page-Main_Page h1.firstHeading { display:none; }
h1, h2 { border-color: #333 }
 
 
/* TOC (table of contents) menu */
table#toc { background: #050505; border-color: #AE5700; border-radius: 0.5em; }
div#toctitle { background: #050505; }
table#toc * a { text-decoration: none; }
table#toc * a:hover { text-decoration: underline; }
 
 
/* text color for content area elements */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { color: #AE5700; }
#content div { color: #999; }
 
 
/* content area and sidebar links */
a:link { text-decoration: none; color: #E27100; }
a:visited { text-decoration: none; color: #AE5700; }
a:hover { text-decoration: underline; }
#content a.new { color: #890000; }
#content a.external { background: center right no-repeat; padding-right: 0px; }
a.mw-redirect { font-style: italic; }
 
 
/* category links */
div#catlinks, div#catlinks * { background: #050505; }
div#catlinks a:link, a:visited { text-decoration: none; }
div#catlinks a:hover { text-decoration: underline; }
 
 
/* sidebar */
div.pBody { background: #101010; border-color: #AE5700; border-left: none; border-radius: 0 0.5em 0.5em 0; }
div.portlet h5 { color: #626262; }
 
 
/* user menu */
li#pt-userpage { background: none; }
#p-personal li a { color: #AE5700; text-decoration: underline; }
#p-personal li a:hover { background: #000; text-decoration: none; }
 
 
/* tabs */
#p-cactions li { border-color: #AE5700; border-radius: 0.5em 0.5em 0em 0em; }
#p-cactions li a { background: #000; color: #AE5700; border-radius: 0.5em 0.5em 0em 0em; }
#p-cactions li.selected a { background: #101010; color: #E27100; font-weight: bold; border-radius: 0.5em 0.5em 0em 0em; }
#p-cactions li a:hover { background: #101010; }
 
 
/* footer */
div#footer { background: #080808; color: #999; }
 
 
/* pre & code elements */
#content pre { background-color: #101010; color: #999; border-color: #AE5700; max-width: 100% !important; overflow: auto !important; }
code { background: #050505; color: #999; }
 
 
/* mediawiki table classes */
table.diff { background: #101010; }
td.diff-addedline, td.diff-deletedline, td.diff-context, td.diff-empty, td.diff-otitle, td.diff-ntitle { background: #101010; }
table.listfiles th { background: #101010; }
table.listfiles td, table.listfiles tr { background: #050505; }
table.mw_metadata th { background-color: #0C0C0C; }
table.mw_metadata td { background-color: #101010; }
table.jquery-tablesorter th.headerSort { background-image: url('http://www.underrail.com/wiki/images/a/a6/Sort_both.png'); }
table.jquery-tablesorter th.headerSortUp { background-image: url('http://www.underrail.com/wiki/images/8/81/Sort_up.png'); }
table.jquery-tablesorter th.headerSortDown { background-image: url('http://www.underrail.com/wiki/images/f/f3/Sort_down.png'); }
 
 
/* thumbnailed images and galleries */
img.thumbimage { border-color: #000 }
div.thumbinner { background-color: #101010; }
li.gallerybox { border-color: transparent; }
li.gallerybox div.thumb { background-color: #101010; }
 
/* edit preview note */
#mw-previewheader { color:#006400 !important; border-color:#242; }
.previewnote { color:#006400 !important; border:1px dotted #006400 !important; padding:0px 10px 10px; background:#001600; }
.previewnote hr { background:#242; }
 
/* Site notice */
#siteNotice { font-family:'pf_tempesta_seven',sans-serif; font-size:8px; padding-top:4px; text-decoration:underline; }

Версия от 23:31, 4 сентября 2023

textarea, input, button, select { color: #ccc; padding: 2px; border: 1px solid #333; background: #222; }
textarea:hover, input:hover, button:hover, select:hover { border-color: #AE5700; }


/* anything outside content areas */
body { background: #000; color: #999; }


/* main content area backgrounds/borders */
div#content { background: #101010; }
#column-content div { border-color: #AE5700; }


/* header bottomborder and main page h1 tweaks */
body.page-Main_Page h1.firstHeading { display:none; }
h1, h2 { border-color: #333 }


/* TOC (table of contents) menu */
table#toc { background: #050505; border-color: #AE5700; border-radius: 0.5em; }
div#toctitle { background: #050505; }
table#toc * a { text-decoration: none; }
table#toc * a:hover { text-decoration: underline; }


/* text color for content area elements */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { color: #AE5700; }
#content div { color: #999; }


/* content area and sidebar links */
a:link { text-decoration: none; color: #E27100; }
a:visited { text-decoration: none; color: #AE5700; }
a:hover { text-decoration: underline; }
#content a.new { color: #890000; }
#content a.external { background: center right no-repeat; padding-right: 0px; }
a.mw-redirect { font-style: italic; }


/* category links */
div#catlinks, div#catlinks * { background: #050505; }
div#catlinks a:link, a:visited { text-decoration: none; }
div#catlinks a:hover { text-decoration: underline; }


/* sidebar */
div.pBody { background: #101010; border-color: #AE5700; border-left: none; border-radius: 0 0.5em 0.5em 0; }
div.portlet h5 { color: #626262; }


/* user menu */
li#pt-userpage { background: none; }
#p-personal li a { color: #AE5700; text-decoration: underline; }
#p-personal li a:hover { background: #000; text-decoration: none; }


/* tabs */
#p-cactions li { border-color: #AE5700; border-radius: 0.5em 0.5em 0em 0em; }
#p-cactions li a { background: #000; color: #AE5700; border-radius: 0.5em 0.5em 0em 0em; }
#p-cactions li.selected a { background: #101010; color: #E27100; font-weight: bold; border-radius: 0.5em 0.5em 0em 0em; }
#p-cactions li a:hover { background: #101010; }


/* footer */
div#footer { background: #080808; color: #999; }


/* pre & code elements */
#content pre { background-color: #101010; color: #999; border-color: #AE5700; max-width: 100% !important; overflow: auto !important; }
code { background: #050505; color: #999; }


/* mediawiki table classes */
table.diff { background: #101010; }
td.diff-addedline, td.diff-deletedline, td.diff-context, td.diff-empty, td.diff-otitle, td.diff-ntitle { background: #101010; }
table.listfiles th { background: #101010; }
table.listfiles td, table.listfiles tr { background: #050505; }
table.mw_metadata th { background-color: #0C0C0C; }
table.mw_metadata td { background-color: #101010; }
table.jquery-tablesorter th.headerSort { background-image: url('http://www.underrail.com/wiki/images/a/a6/Sort_both.png'); }
table.jquery-tablesorter th.headerSortUp { background-image: url('http://www.underrail.com/wiki/images/8/81/Sort_up.png'); }
table.jquery-tablesorter th.headerSortDown { background-image: url('http://www.underrail.com/wiki/images/f/f3/Sort_down.png'); }


/* thumbnailed images and galleries */
img.thumbimage { border-color: #000 }
div.thumbinner { background-color: #101010; }
li.gallerybox { border-color: transparent; }
li.gallerybox div.thumb { background-color: #101010; }

/* edit preview note */
#mw-previewheader { color:#006400 !important; border-color:#242; }
.previewnote { color:#006400 !important; border:1px dotted #006400 !important; padding:0px 10px 10px; background:#001600; }
.previewnote hr { background:#242; }

/* Site notice */
#siteNotice { font-family:'pf_tempesta_seven',sans-serif; font-size:8px; padding-top:4px; text-decoration:underline; }