User:TylerGray/monobook.css: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
mNo edit summary
m (Kogoro moved page User:KCorp4000/monobook.css to User:TylerGray/monobook.css without leaving a redirect: Automatically moved page while renaming the user "KCorp4000" to "TylerGray")
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
/*************************************************************************/
/* .googleContent {display: none}
/* Bulbapedia shadow styles skin                                  v0.8.0 */
.firstHeading {position: absolute; top: 63px; width: 900px}
/* Work In Progress                      27. Jun, 2009 10:15 PM GMT+0200 */
#bodyContent {position: absolute; top: 101px; width: 900px}
/*************************************************************************/
.pBody {background:#E1E1E1; border: none}
/* Custom monobook.css skin © 2009 by                                    */
#p-personal {background:#E1E1E1; position: fixed; top: 0px; z-index: 100}
/*                _  _  __    _    _                      _            */
#p-navigation {background:#B69E00; position: fixed; top: 158px; z-index: 100}
/*              | | | ||. | _| |_ |_|                  _| |_          */
#p-search {background:#B69E00; position: fixed; top: 297px; z-index: 100}
/*              | | | | | ||_  _| _  _ _  _    ____ |_  _|  ___    */
#p-tb {background:#B69E00; position: fixed; top: 363px; z-index: 100}
/*              | | | | | |  | |  | || ' '.' '. .' _  |  | |  .' _ '.  */
#p-lang {background:Aqua;position: fixed; top: 507px; z-index: 100}
/*    ___      | '_' | | I  | |__| || .'. .'. || |_| | _| |_ |  ___|  */
#footer {display: none} */
/*    ' _ '.    '.___.' || | '._|_|_||_| |_| |_|'_| |_|| |._.''.___'    */
/*  | |_:-'  ___  _ __  | |__  _  _ __  ___  |_  _|| |__            */
/*  '.__ '..' _ '.| '_ '.| '  '.| || ' _|.' _ '.  | |  | '  '.          */
/*  .-._| ||  ___|| |_| || .'. || || .'  | |_| |  | |_ | .'. |          */
/*  '.__.' '.___' | .__.'|_| |_||_||_|  '.___.'  '._.'|_| |_|          */
/*                | |                                                  */
/*                |_|                                                  */
/* Feel free to copy this style if you like it, though I'd like if you  */
/* asked a permission first :) Edits are also allowed.                  */
/* If you use this skin or an edit of this skin, please do not remove    */
/* the copyright lines; you may, though, replace the ASCII art with      */
/* a simple "UltimateSephiroth" name.                                    */
/*************************************************************************/


/* Important box styles */
.pBody, #editpage-copywarn:first-child, #catlinks, .catlinks { -moz-border-radius: 24px; background-color: #7f7f7f; border-top: 1px black solid; border-left: 1px black solid; border-right: 3px black solid; border-bottom: 3px black solid; }
#catlinks, .catlinks { background-color: #9f9f9f; }
body { background-image: none; background-color: #2f2f2f; font-family: "Segoe UI", Tahoma, sans-serif; margin-bottom: 16px; }


/* Common style elements */
/* Text & input field effects */
a, a:visited { color: #084f00; }
#searchInput, #searchText, #wpSummary, select, textarea, #year { background-color: #98D8D8; border-top: 1px black solid; border-left: 1px black solid; border-right: 1px black solid; border-bottom: 1px black solid;}
a:hover, a:visited:hover { color: #7fff00; }
ul, li { list-style-image: none; }
 
/* Text and input field effects */
#searchInput, #searchText, #wpSummary, select, textarea, #year { background-color: #9f9f9f; border-top: 3px black solid; border-left: 3px black solid; border-right: 1px black solid; border-bottom: 1px black solid;}
input { font-family: "Segoe UI", Tahoma, sans-serif; }  
input { font-family: "Segoe UI", Tahoma, sans-serif; }  
input, .searchbutton { -moz-border-radius: 10px; border-top: 1px black solid; border-left: 1px black solid; border-right: 3px black solid; border-bottom: 3px black solid; background-color: #9f9f9f;}
input, .searchbutton { border-radius: 10px; border-top: 1px gray solid; border-left: 1px gray solid; border-right: 1px gray solid; border-bottom: 1px gray solid; background-color: #A27DFA;}
textarea { font-family: "DejaVu Sans Mono", "Lucida Console", "Courier New", monospace; font-weight: normal; font-size: 10pt; -moz-border-radius: 16px;}
textarea { font-family: "DejaVu Sans Mono", "Lucida Console", "Courier New", monospace; font-weight: normal; font-size: 10pt; border-radius: 16px;}
select { -moz-border-radius-topright: 16px; -moz-border-radius-bottomright: 16px; }
 
/* Differences table restyling */
#content, table.diff, .diff .diff-otitle, .diff .diff-ntitle { -moz-border-radius: 28px; background-color: #7f7f7f; border-top: 1px black solid; border-left: 1px black solid; border-right: 3px black solid; border-bottom: 3px black solid;}
 
table.diff { padding: 4px; }
table.diff tr, table.diff td { background-color: transparent; }
.diff .diff-otitle, .diff .diff-ntitle { background-color: #9f9f9f; }
.diff .diff-context, .diff .diff-context div { background-color: #9f9f9f; -moz-border-radius: 8px; }
.diff .diff-deletedline, .diff .diff-deletedline div { background-color: #ff7f7f; -moz-border-radius: 8px; }
.diff .diff-addedline, .diff .diff-addedline div { background-color: #7fff7f; -moz-border-radius: 8px; }
.diff .diffchange-inline { color: #af0000; text-decoration: underline; font-size: 110%; }
 
/* Footer restyling */
#footer { position: fixed; bottom: 0px; z-index: 10; height: 18px; width: 100%; margin: 0px; padding: 0px; background-color: #7f7f7f; border-top: 1px black solid; border-left: 1px black solid; border-right: 3px black solid; border-bottom: 3px black solid; -moz-border-radius: 8px; font-size: 90%; }
#footer ul, #footer li { margin: 0px; padding: 0px; font-size: 90%; }
#footer ul:before { content: "Powered by MediaWiki"; }
#footer ul:after { content: "· Attribution-NonCommercial-ShareAlike 2.5"; }
#footer li:before { content: " · "; }
#f-poweredbyico, #f-copyrightico { display: none; }
 
/* Personal tools toolbar restyling */
#p-personal { margin-top: 2px; }
#p-personal li { -moz-border-radius: 10px; background-color: #7f7f7f; border-bottom: 3px black solid; border-right: 3px black solid; border-left: 1px black solid; border-top: 1px black solid; padding: 2px; margin: 2px;}
#p-personal li:hover { background-color: #9f9f9f; }
#p-personal li a, #p-personal li a:visited { color: #000000; }
#p-personal li a:hover, #p-personal li a:visited:hover { background-color: transparent; font-weight: bold; color: #084f00; }
li#pt-userpage { font-weight: bold; background-image: none; }
 
/* Page tabs restyling */
/* THIS SECTION IS INCOMPLETE, NEEDS MORE RESEARCH */
#p-cactions li { -moz-border-radius-topleft: 10px; -moz-radius-topright: 10px; background-color: #7f7f7f; border-bottom: 3px black solid; border-right: 3px black solid; border-left: 1px black solid; border-top: 1px black solid; }
#p-cactions li a { background-color: transparent; border: 0px black none; }
 
/* Tool column positioning */
#p-search { position: fixed; left: 0px; top: 26em; }
#p-tb { position: fixed; left: 0px; bottom: 2em; }
#p-navigation { position: fixed; left: 0px; top: 14em; }
#p-lang { position: fixed; left: 0px; top: 32em; }
#p-logo { position: fixed; left: 0px; top: 0em; z-index: 10; }
#p-logo a, #p-logo a:visited, #p-logo a:hover, #p-logo a:hover:visited { background: url(http://img222.imageshack.us/img222/2422/bplogoss.png) 100% 50% no-repeat !important;}
 
/* Tool column restyling */
#p-navigation, #p-tb, #p-lang { padding-left: 2px; }
#p-navigation li, #p-tb li, #p-lang li { list-style: none; }
#p-navigation h5, #p-tb h5, #p-search h5, #p-lang h5 { color: #4f9f00; font-weight: bold; }
#p-lang li, #p-tb li { display: inline; }
#p-lang li:before, #p-tb li:before { content: " · "; }
#p-lang li:first-child:before, #p-tb li:first-child:before { content: none; }
 
/* Small random tweaks */
.autocomment { color: #9fcf3f; }
.new { color: #8f0000; }
#contentsub, #contentsub p { color: #2f2f2f; }
 
/* Recent changes difference number colors */
.mw-plusminus-pos { color: #006400; }
.mw-plusminus-neg { color: #8b0000; }

Latest revision as of 03:19, 1 October 2013

/* .googleContent {display: none}
.firstHeading {position: absolute; top: 63px; width: 900px}
#bodyContent {position: absolute; top: 101px; width: 900px}
.pBody {background:#E1E1E1; border: none}
#p-personal {background:#E1E1E1; position: fixed; top: 0px; z-index: 100}
#p-navigation {background:#B69E00; position: fixed; top: 158px; z-index: 100}
#p-search {background:#B69E00; position: fixed; top: 297px; z-index: 100}
#p-tb {background:#B69E00; position: fixed; top: 363px; z-index: 100}
#p-lang {background:Aqua;position: fixed; top: 507px; z-index: 100}
#footer {display: none} */


/* Text & input field effects */
#searchInput, #searchText, #wpSummary, select, textarea, #year { background-color: #98D8D8; border-top: 1px black solid; border-left: 1px black solid; border-right: 1px black solid; border-bottom: 1px black solid;}
input { font-family: "Segoe UI", Tahoma, sans-serif; } 
input, .searchbutton { border-radius: 10px; border-top: 1px gray solid; border-left: 1px gray solid; border-right: 1px gray solid; border-bottom: 1px gray solid; background-color: #A27DFA;}
textarea { font-family: "DejaVu Sans Mono", "Lucida Console", "Courier New", monospace; font-weight: normal; font-size: 10pt; border-radius: 16px;}