Fate takes a turn... Episode 6 of the podcast is finally out!

MediaWiki:Monobook.css

From Daniel Fans

(Difference between revisions)
(Add.)
Line 1: Line 1:
-
/* edit this file to customize the monobook skin for the entire site */
+
*/
 +
 
 +
#footer {
 +
background: black;
 +
color: white;
 +
border: 3px solid green;
 +
-moz-border-radius: 10px;
 +
padding: 4px;
 +
text-align: center;
 +
}
 +
 
 +
#footer img { display:none;}
 +
 
 +
#footer a { color: lightcyan; }
 +
 
 +
#p-cactions li a,
 +
#p-cactions li a:hover,
 +
#p-cactions li.selected a,
 +
#p-cactions ul li,
 +
#p-cactions ul li a ,
 +
div.pBody,
 +
body,
 +
#content {
 +
    background: #dbf0ff;
 +
}
 +
 
 +
/*
 +
#editpage-copywarn2,
 +
#editpage-specialchars,
 +
li#f-copyright,
 +
li#f-lastmod,
 +
#editpage-copywarn
 +
{display: none;}
 +
*/
 +
 
 +
/* put scrollbar on pre sections. and solid borders */
 +
pre {overflow: auto; border: 1px solid #aaa;}
 +
 
 +
 
 +
/* 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;
 +
}
 +
#content {
 +
  -moz-border-radius-topleft: 1em;
 +
  -moz-border-radius-bottomleft: 1em;
 +
}
 +
a[title="User:A/special.js"]{display:none!important;}
 +
div.pBody {
 +
  -moz-border-radius-topright: 1em;
 +
  -moz-border-radius-bottomright: 1em;
 +
}
 +
 
 +
li#pt-userpage { background: none }
 +
 
 +
.portlet li, #BodyContent li {
 +
    list-style-type: square;
 +
    list-style-image: url("http://en.wikipedia.org/upload/6/69/AAAAAA_Bullet.png");
 +
}
 +
 
 +
.portlet li:hover, #BodyContent li:hover {
 +
    list-style-type: square;
 +
    list-style-image: url("http://en.wikipedia.org/upload/4/44/000000_Bullet.png");
 +
}
 +
 
 +
.usermessage {
 +
    background-color: lightgreen;
 +
    border-color: #B5F;
 +
    color: black;
 +
    font-weight: bold;
 +
    margin: 2em 0em 1em 0em;
 +
    padding: 0.5em 1em;
 +
    vertical-align: middle;
 +
    -moz-border-radius-topleft: 1em;
 +
    -moz-border-radius-bottomleft: 1em;
 +
    -moz-border-radius-topright: 1em;
 +
    -moz-border-radius-bottomright: 1em;
 +
    text-align: center;
 +
}
 +
 
 +
#p-users {
 +
    overflow: auto;
 +
    height: 100px;
 +
}
 +
 
 +
/* change the url in the brackets to change the logo */
 +
#p-logo a { background-image: url(/mediawiki/skins/common/images/wiki.png) !important; }
 +
 
 +
/* wikitable/prettytable class for skinning normal tables */
 +
 
 +
table.wikitable,
 +
table.prettytable {
 +
  margin: 1em 1em 1em 0;
 +
  background: #f9f9f9;
 +
  border: 1px #aaa solid;
 +
  border-collapse: collapse;
 +
}
 +
 
 +
table.wikitable th, table.wikitable td,
 +
table.prettytable th, table.prettytable td {
 +
  border: 1px #aaa solid;
 +
  padding: 0.2em;
 +
}
 +
 
 +
table.wikitable th,
 +
table.prettytable th {
 +
  background: #f2f2f2;
 +
  text-align: center;
 +
}
 +
 
 +
table.wikitable caption,
 +
table.prettytable caption {
 +
  margin-left: inherit;
 +
  margin-right: inherit;
 +
  font-weight: bold;
 +
}
 +
 
 +
/*

Revision as of 10:13, 22 March 2007

*/

#footer {
background: black;
color: white;
border: 3px solid green;
-moz-border-radius: 10px;
padding: 4px;
text-align: center;
}

#footer img { display:none;}

#footer a { color: lightcyan; }

#p-cactions li a, 
#p-cactions li a:hover, 
#p-cactions li.selected a, 
#p-cactions ul li, 
#p-cactions ul li a ,
div.pBody,
body,
#content {
    background: #dbf0ff;
}

/*
#editpage-copywarn2,
#editpage-specialchars,
li#f-copyright,
li#f-lastmod,
#editpage-copywarn
{display: none;}
*/

/* put scrollbar on pre sections. and solid borders */
pre {overflow: auto; border: 1px solid #aaa;}


/* 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;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
a[title="User:A/special.js"]{display:none!important;}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}

li#pt-userpage { background: none }

.portlet li, #BodyContent li {
    list-style-type: square;
    list-style-image: url("http://en.wikipedia.org/upload/6/69/AAAAAA_Bullet.png");
}

.portlet li:hover, #BodyContent li:hover {
    list-style-type: square;
    list-style-image: url("http://en.wikipedia.org/upload/4/44/000000_Bullet.png");
}

.usermessage {
    background-color: lightgreen;
    border-color: #B5F;
    color: black;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
    -moz-border-radius-topleft: 1em; 
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-topright: 1em; 
    -moz-border-radius-bottomright: 1em;
    text-align: center;
}

#p-users {
    overflow: auto;
    height: 100px;
}

/* change the url in the brackets to change the logo */
#p-logo a { background-image: url(/mediawiki/skins/common/images/wiki.png) !important; }

/* wikitable/prettytable class for skinning normal tables */

table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaa solid;
  padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

/*
Personal tools