User:TylerGray/monobook.css: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
(Created page with '.googleContent {display: none} .firstHeading {position: absolute; top: 63px; width: 900px} #bodyContent {position: absolute; top: 101px; width: 900px} .pBody {background: transpa...')
 
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")
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
.googleContent {display: none}
/* .googleContent {display: none}
.firstHeading {position: absolute; top: 63px; width: 900px}
.firstHeading {position: absolute; top: 63px; width: 900px}
#bodyContent {position: absolute; top: 101px; width: 900px}
#bodyContent {position: absolute; top: 101px; width: 900px}
.pBody {background: transparent; border: none}
.pBody {background:#E1E1E1; border: none}
#p-personal {position: fixed; top: 0px; z-index: 100}
#p-personal {background:#E1E1E1; position: fixed; top: 0px; z-index: 100}
#p-navigation {position: fixed; top: 159px; z-index: 100}
#p-navigation {background:#B69E00; position: fixed; top: 158px; z-index: 100}
#p-search {position: fixed; top: 297px; z-index: 100}
#p-search {background:#B69E00; position: fixed; top: 297px; z-index: 100}
#p-tb {position: fixed; top: 365px; z-index: 100}
#p-tb {background:#B69E00; position: fixed; top: 363px; z-index: 100}
#p-lang {position: fixed; top: 507px; z-index: 100}
#p-lang {background:Aqua;position: fixed; top: 507px; z-index: 100}
#footer {display: none}
#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;}

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;}