User:Sango123/uncyclopedia.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search

Note: After saving, you have to bypass your browser's cache to see the changes.

  • Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
  • Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
  • Opera, Konqueror and Safari users can just click the Reload button.
  • Chrome: press Ctrl+F5 or Shift+F5
body {
    padding: 4px;
}

#content {
    border-right: 1px solid #AAAAAA;
}

#p-logo {
    margin-top: 2px;
}

#column-one {
    padding-top: 164px;
}

#p-cactions {
    margin-top: 4px
}

#p-cactions li:hover {
    border-color: #fabd23;
}

#p-cactions a {
    moz-opacity: .85;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    opacity: .85;
} 

#p-cactions a:active, #p-cactions a:focus, #p-cactions a:hover, #p-cactions .selected a {
    moz-opacity: 1;
    filter: none;
    opacity: 1;
}

.portlet a {
    text-decoration: none;
}

.portlet a:hover {
    text-decoration: underline;
}

.pBody {
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.istalk {
    margin-right: 0.3em !important;
}

.istalk a {
    padding-right: 0.8em !important;
}

a:active, a:focus, a:hover {
    text-decoration: none;
}

.usermessage {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    color: #000000;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}

#content, #footer {
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

div.pBody {-moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

#bodyContent pre {
    border: 1px solid #aaa;
}

li#pt-userpage {
    background: none
}

#footer {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    margin: 0.6em 0em 1em 155px;
}

/*
** Diff rendering
*/
table.diff {
    background:white;
}

td.diff-otitle {
    background:#ffffff;
}

td.diff-ntitle {
    background:#ffffff;
}

td.diff-addedline {
    background: #f5f5f5;
    color: #4169e1;
    font-size: 100%;
}

td.diff-deletedline {
    background: #f5f5f5;
    color: #b22222;
    font-size: 100%;
}

td.diff-context {
    background:#e6e6fa;
    color: #708090;
    font-size: 100%;
}

span.diffchange {
    color: #00008b;
}

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

#searchInput {
    border: 1px solid #aaa;
    background-color: #eee;
}

/* Mozilla.org-like input box focus */
#p-search input:focus, #p-search input:hover {
    background-color: #fff;
    -moz-border-radius: 2px;
}

#searchInput {
   border-top: 1px inset; 
   border-left: 1px inset;
   border-right: 10px inset;
}

/* Nice borders for (almost) all boxes */
input[type="radio"],
input[type="checkbox"] { border:none; }
input[type="text"], input[type="submit"], textarea {
border: 1px solid #aaa !important;
-moz-border-radius: 2px;

}
/* Make round corners for the rest */
input[type="text"], input[type="submit"], textarea, pre, #toc {
-moz-border-radius: 2px;
}

/* The 'Edit summary' box is way to crammed in the textarea box by default */
textarea {
    margin-bottom: 4px;
}

input[type="submit"] {color: #aaa !important;}
input[type="submit"]:hover, input[type="submit"]:focus {color: #000 !important;}

#p-cactions li a {color: #aaa;}
#p-cactions li a:hover {color: #000;}
#p-cactions li.selected a {color: #000 !important;}
#p-cactions li.new a {color: #ba0000 !important;}

/* Transform the user toolbar into a sidebox */
#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: white;
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
    padding: 0 0.8em 0.3em .5em;
}

#p-personal ul {
    line-height: 1.5em;
    list-style-type: square;
    font-size:95%;
    margin: 0.3em 0 0 1.5em;
    padding:0;
    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;
}

#ca-edit a {overflow:hidden; color:white; }