User:Denelson83/monobook.css

From Wikipedia, the free encyclopedia
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.
a {
    text-decoration: none;
    color: #009900;
    background: none;
}

#bodyContent a.external { color: #0000cc; }
/* this can be used in the content area to switch off
special external link styling */
#bodyContent .plainlinks a {
    background: none;
    padding: 0;
}

#bodyContent a.extiw,
#bodyContent a.extiw:active {
    color: #0066cc;
    background: none;
    padding: 0;
}

a:visited { color: #006600; }
a:active { color: 00ff00;
text-decoration: none; }
a:hover { color: 00cc00;
text-decoration: none; }
a.stub { color: #cc9900; }
a.new, #p-personal a.new, #p-cactions .new a { color: #cc0000; }
a.new:visited, #p-personal a.new:visited { color: #990000; }

#p-personal li a { color: #009900; }

#p-cactions li a { color: #009900; }

#watchlist_notice,
#wikimania2006 { display: none; }

/* Mbox color code permanently prohibited; all Mboxes green */
table.ambox {
border-left-color: #0c0;
}
table.ambox-notice {
border-left-color: #0c0;
}
table.ambox-serious {
border-left-color: #0c0;
}
table.ambox-content {
border-left-color: #0c0;
}
table.ambox-style {
border-left-color: #0c0;
}
table.ambox-merge {
border-left-color: #0c0;
}
table.ambox-protection {
border-left-color: #0c0;
}
table.ambox-speedy {
border-left-color: #0c0;     /* Green */
background: #efe;            /* Green */
}
table.ambox-delete {
border-left-color: #0c0;     /* Green */
background: #efe;            /* Green */
} 
#colorcode {
display: none;
}

table.imbox {
    margin: 4px 10%; 
    border-collapse: collapse; 
    border: 3px solid #0c0;    /* All green */
    background: #fbfbfb;
}
.imbox th.mbox-text, .imbox td.mbox-text { /* The message body cell(s) */
    border: none; 
    padding: 0.25em 0.5em;         /* 0.5em left/right */
    width: 100%;
}
.imbox td.mbox-image {             /* The left image cell */
    border: none; 
    padding: 2px 0 2px 0.5em;      /* 0.5em left, 0px right */
    text-align: center; 
}
.imbox td.mbox-imageright {        /* The right image cell */
    border: none;
    padding: 2px 0.8em 2px 0;      /* 0px left, 0.8em right */
    text-align: center; 
}
 
table.imbox-notice {
    border: 3px solid #0c0;    /* Green */
}
table.imbox-speedy {
    border: 3px solid #0c0;    /* Green */
    background: #DFFFDF;       /* Green */
}
table.imbox-delete {
    border: 3px solid #0c0;    /* Green */
}
table.imbox-content {
    border: 3px solid #0c0;    /* Green */
}
table.imbox-style {
    border: 3px solid #0c0;    /* Green */
}
table.imbox-move {
    border: 3px solid #0c0;    /* Green */
}
table.imbox-protection {
    border: 3px solid #0c0;       /* Green */
}
table.imbox-license {
    border: 3px solid #0c0;       /* Green */
    background: #DFFFDF;          /* Green */
}
table.imbox-featured {
    border: 3px solid #0c0;    /* Green */
}
 
/* Category message box styles */
table.cmbox {
    margin: -1px 10%;
    border: 1px solid #0c0; 
    background: #DFFFDF;           /* All green */
}
 
table.cmbox-notice {
    background: #DFE8FF;    /* Green */
}
table.cmbox-speedy {
    margin-top: 1px;
    margin-bottom: 1px;
    border: 4px solid #0c0;    /* Green */
    background: #DFFFDF;          /* Green */
}
table.cmbox-delete {
    background: #DFFFDF;    /* Green */
}
table.cmbox-content {
    background: #DFFFDF;    /* Green */
}
table.cmbox-style {
    background: #DFFFDF;    /* Green */
}
table.cmbox-notice {
    background: #DFFFDF;    /* Green */
}
table.cmbox-move {
    background: #DFFFDF;    /* Green */
}
table.cmbox-protection {
    background: #DFFFDF;    /* Green */
}

table.ombox {
    border-color: #0c0;  /* Green */
}

.jctgap {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0,0,0,.05) 10px, rgba(0,0,0,.05) 20px);
}