Difference between revisions of "User:Temperal/monobook.css"
(arrr..) |
|||
Line 1: | Line 1: | ||
− | + | /* Waiting for the day when this is actually allowed... */ | |
+ | |||
+ | #searchInput,#wpSummary { | ||
+ | opacity:0.8; | ||
+ | background:#ffeeff; | ||
+ | border:none; | ||
+ | } | ||
+ | #searchInput:focus,#wpSummary:focus { | ||
+ | border:thin solid gray; | ||
+ | opacity:0.9; | ||
+ | } | ||
+ | #searchInput:blur,#wpSummary:blur { | ||
+ | opacity:0.8; | ||
+ | border:none; | ||
+ | } | ||
+ | .searchButton { | ||
+ | background:lime; | ||
+ | } | ||
+ | textarea { | ||
+ | opacity:0.8; | ||
+ | background:#ffeeff; | ||
+ | border:thin dashed black; | ||
+ | } | ||
+ | #wpSave,#wpPreview,#wpDiff { | ||
+ | background:lime; | ||
+ | } | ||
+ | |||
+ | div.pBody a,a:link,a:hover,a:visited,a:active { | ||
+ | color:black; | ||
+ | } | ||
+ | |||
+ | #p-personal .pBody li a,a:link,a:hover,a:visited,a:active { | ||
+ | color:black; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | .portlet h5 { | ||
+ | font-size:larger; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | .wikitable,.userboxes { | ||
+ | background:url(http://www.artofproblemsolving.com/Forum/latexrender/pictures/c/7/5/c757ef43b4336f33e0d379cfa59bf392c94b1506.png); | ||
+ | } | ||
+ | body { | ||
+ | background-image:url(http://i23.tinypic.com/2s16hp0.jpg); | ||
+ | background-color:#7ff3ff; | ||
+ | opacity:0.5; | ||
+ | } | ||
+ | #p-logo a { | ||
+ | background-image:url(http://i22.tinypic.com/2i71t6q.png) !important; | ||
+ | |||
+ | } | ||
+ | #p-search { | ||
+ | position:absolute; | ||
+ | top:30px; | ||
+ | right:0px; | ||
+ | } | ||
+ | #p-search h5 { | ||
+ | display:none; | ||
+ | } |
Latest revision as of 18:39, 22 October 2007
/* Waiting for the day when this is actually allowed... */
#searchInput,#wpSummary {
opacity:0.8;
background:#ffeeff;
border:none;
}
#searchInput:focus,#wpSummary:focus {
border:thin solid gray;
opacity:0.9;
}
#searchInput:blur,#wpSummary:blur {
opacity:0.8;
border:none;
}
.searchButton {
background:lime;
}
textarea {
opacity:0.8;
background:#ffeeff;
border:thin dashed black;
}
#wpSave,#wpPreview,#wpDiff {
background:lime;
}
div.pBody a,a:link,a:hover,a:visited,a:active {
color:black;
}
#p-personal .pBody li a,a:link,a:hover,a:visited,a:active {
color:black;
font-weight:bold;
}
.portlet h5 {
font-size:larger;
font-weight:bold;
}
.wikitable,.userboxes {
background:url(http://www.artofproblemsolving.com/Forum/latexrender/pictures/c/7/5/c757ef43b4336f33e0d379cfa59bf392c94b1506.png);
}
body {
background-image:url(http://i23.tinypic.com/2s16hp0.jpg);
background-color:#7ff3ff;
opacity:0.5;
}
#p-logo a {
background-image:url(http://i22.tinypic.com/2i71t6q.png) !important;
}
#p-search {
position:absolute;
top:30px;
right:0px;
}
#p-search h5 {
display:none;
}