User:MonkeeSage/monobook.css: Difference between revisions
Appearance
Content deleted Content added
MonkeeSage (talk | contribs) No edit summary |
MonkeeSage (talk | contribs) No edit summary |
||
Line 129: | Line 129: | ||
**********************************************/ |
**********************************************/ |
||
⚫ | |||
.portlet li, #BodyContent li { |
|||
⚫ | |||
} |
|||
/* |
|||
⚫ | |||
.portlet li, |
|||
⚫ | |||
#BodyContent li { list-style-image: url("http://en.wikipedia.org/upload/6/69/AAAAAA_Bullet.png"); } |
|||
} |
|||
*/ |
|||
/* |
|||
⚫ | |||
⚫ | |||
*/ |
|||
#toc { list-style-type: none; } |
|||
Line 183: | Line 189: | ||
margin: 0.3em 0 0 1.5em; |
margin: 0.3em 0 0 1.5em; |
||
padding: 0; |
padding: 0; |
||
list-style-type: disc; |
|||
text-align: left; |
text-align: left; |
||
text-transform: none; |
text-transform: none; |
Revision as of 06:37, 13 March 2006
/**********************************************
* Skin name: Milky-Mod
* Original Author: Ævar Arnfjörð Bjarmason
* Modifier: MonkeeSage
* Reference: http://en.wikipedia.org/style/monobook/main.css
* Locations: http://en.wikipedia.org/enwiki/w/index.php?title=User:MonkeeSage/monobook.css&action=raw&ctype=text/css
http://en.wiktionary.org/enwiki/w/index.php?title=User:MonkeeSage/monobook.css&action=raw&ctype=text/css
**********************************************/
/**********************************************
* Links
**********************************************/
/*
#bodyContent a { text-decoration: none; }
#bodyContent a:hover { text-decoration: none; }
*/
#bodyContent a[href^="http://"],
#bodyContent a[href^="ftp://"] {
background: inherit !important;
padding-right: inherit !important;
}
a {
color: navy;
text-decoration: none;
/* border-bottom: 1px dashed navy; */
}
a:hover {
/* color: #565656; */
text-decoration: underline;
/* border-bottom: 1px dashed navy; */
}
.portlet a { text-decoration: none; color: navy !important; border-bottom: none; }
.portlet a:hover { text-decoration: underline /*; color: #565656 */ !important; }
#p-cactions li a { border-bottom: none; }
#p-cactions li.selected a { color: #000 !important; }
#p-cactions li.new a { color: #ba0000 !important; }
#p-personal li a:hover { text-decoration: underline; }
/**********************************************
* Rounding
**********************************************/
#p-cactions ul li,
#p-cactions ul li a {
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
}
#content,
#footer {
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
}
div.pBody {
/* -moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px; */
-moz-border-radius: 4px;
}
input[type="text"],
input[type="submit"],
button,
textarea,
pre,
#toc { -moz-border-radius: 2px; }
/**********************************************
* Hiding Elements
**********************************************/
li#pt-userpage { background: none }
#footer { display:none; }
.printfooter { display:none; }
/*
li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }
*/
/**********************************************
* Borders
**********************************************/
#p-cactions li.selected { border-color: #aaa; }
#footer {
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-left: 1px solid #aaa;
margin: 0.6em 0em 1em 155px;
}
#searchInput {
border: 1px solid #aaa;
border-top: 1px inset;
border-left: 1px inset;
border-right: 10px inset;
background-color: #eee;
}
input[type="radio"],
input[type="checkbox"] { border: none; }
input[type="text"],
input[type="submit"],
button,
textarea { border: 1px solid #aaa !important; }
#bodyContent pre { border: 1px solid #aaa; }
/**********************************************
* Lists
**********************************************/
li { list-style-image: url("http://en.wikipedia.org/upload/6/69/AAAAAA_Bullet.png"); }
/*
.portlet li,
#BodyContent li { list-style-image: url("http://en.wikipedia.org/upload/6/69/AAAAAA_Bullet.png"); }
*/
/*
.portlet li:hover,
#BodyContent li:hover { list-style-image: url("http://en.wikipedia.org/upload/4/44/000000_Bullet.png"); }
*/
#toc { list-style-type: none; }
/**********************************************
* Buttons
**********************************************/
/* input[type="submit"],
button { color: #aaa !important; } */
input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus { background-color: #fff !important; }
#p-search input:focus,
#p-search input:hover { background-color: #fff; }
/**********************************************
* Toolbar
**********************************************/
#p-personal {
position: relative;
z-index: 3;
width: 11.6em;
}
#p-personal .pBody {
width: 10.8em;
border: none;
margin: 0 0 0.5em 0em;
float: none;
overflow: hidden;
font-size: 95%;
background-color: #eee;
border-collapse: collapse;
border: 1px solid #aaa;
padding: 0 0.8em 0.3em .5em;
}
#p-personal ul {
line-height: 1.5em;
color: #000;
font-size:95%;
margin: 0.3em 0 0 1.5em;
padding: 0;
list-style-type: disc;
text-align: left;
text-transform: none;
}
#p-personal li {
display: list-item;
padding: 0;
margin: 0 0 0 0;
margin-bottom: 0.1em;
}
#p-personal h5 {
display: inline;
}
/**********************************************
* Textareas and Entries
**********************************************/
textarea { margin-bottom: 4px; background-color: #eee !important; }
input[type="text"] { background-color: #d8d7d7 !important; }
input[type="text"]:hover,
input[type="text"]:focus { background-color: #fff !important; }
/**********************************************
* Diff Rendering
**********************************************/
table.diff { background-color: #fff; }
td.diff-otitle { background-color: #fff; }
td.diff-ntitle { background-color: #fff; }
td.diff-addedline {
background-color: #f5f5f5;
color: #4169e1;
font-size: 100%;
}
td.diff-deletedline {
background-color: #f5f5f5;
color: #b22222;
font-size: 100%;
}
td.diff-context {
background-color: #e6e6fa;
color: #708090;
font-size: 100%;
}
span.diffchange { color: #00008b; }