Jump to content

User:Krik~enwiki/myskin.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Norm (talk | contribs) at 21:46, 15 July 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
background-color:#FFF3F3;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
   border-color:#D65C5C;
background-color:#FFF3F3;
}

#catlinks{background-color:#FFF3F3;border:#D64C5C dashed 1px; }

#bodyContent {background-color:#FFF3F3}

table { background:none }

#footer { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
   border-color:#D65C5C;
background-color:#FFF3F3;
}

div.pBody {
   border-color:#D65C5C;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
background-color:#FFF3F3;
}

body{ font-family:serif }

/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {  
  border-radius-topleft: 1em;
  border-radius-topright: 1em;
}
#content { 
  background-color:#FFF3F3;
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
}
div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}

#p-cactions ul li a { background: #FFF3F3|; }

#p-logo a { background: url(http://meta.wikipedia.org/upload/c/cb/Miwiki_bouquin2_small.png) 35% 50% no-repeat !important; }


#p-logo {
    z-index: 3;
    position:absolute; /*needed to use z-index */
    top: 30px;
    left: 5px;
    height: 91px;
    width: 150px;
    overflow: visible; }
#p-logo h5 { display: none; }
#p-logo a,
#p-logo a:hover {
    display: block;
    height: 91px;
    width: 150px;
    background-repeat: no-repeat;
    background-position: 35% 50% !important;
    text-decoration: none; }

a { text-decoration: none }
body {background:#F8E4C8;}
body, #globalWrapper { font:serif; !important}

#siteNotice {display:none}

/* style the search box and the buttons below it 
input.searchButton
*/
input,textarea {
    background-color: #FFF3F3 !important;
    border: 1px #D65C5C solid !important;  
}

a.new { color:black }

table {background:none}

 #searchInput,  {
    background-color: #FFF3F3;
    border: 1px #D65C5C solid; } 

.usermessage {background-color:lightgreen;border-color:green;width:200px;float:right;text-align:center}