User:TylerGray/monobook.css: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
mNo edit summary
mNo edit summary
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 {margin-top: 2px}
#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: 300px; 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 */
/* Text & input field effects */
#searchInput, #searchText, #wpSummary, select, textarea, #year { background-color: #e1e1e1; border-top: 2px gray solid; border-left: 2px gray solid; border-right: 2px gray solid; border-bottom: 2px gray solid;}
#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 { font-family: "Segoe UI", Tahoma, sans-serif; }  
input, .searchbutton { border-radius: 10px; border-top: 1px gray solid; border-left: 1px gray solid; border-right: 2px gray solid; border-bottom: 2px gray solid; background-color: #bbbbbb;}
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;}
textarea { font-family: "DejaVu Sans Mono", "Lucida Console", "Courier New", monospace; font-weight: normal; font-size: 10pt; border-radius: 16px;}
/* Box styles */
.pBody, #editpage-copywarn:first-child, #catlinks, .catlinks { border-radius: 24px; background-color: #ebebeb; border-top: 1px black solid; border-left: 1px black solid; border-right: 1px black solid; border-bottom: 1px black solid; }
#catlinks, .catlinks { background-color: #9f9f9f; }

Revision as of 01:58, 28 October 2009

/* .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;}