|
|
(2 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| #p-personal ul {
| |
| background: #f7d4e5;
| |
| border-left: 1px solid #e072a9;
| |
| border-bottom: 1px solid #e072a9;
| |
| border-radius: 0px 0px 0px 5px;
| |
| -moz-border-radius-bottomleft: 5px;
| |
| display:inline;
| |
| float:right;
| |
| }
| |
|
| |
|
| #p-personal a:hover {
| |
| text-decoration: underline !important;
| |
| background: transparent !important;
| |
| }
| |
|
| |
| li#pt-userpage,
| |
| li#pt-anonuserpage,
| |
| li#pt-login {
| |
| background: url(http://archives.bulbagarden.net/media/upload/8/8d/Ani281OD.png) -5px -10px no-repeat;
| |
| padding-left: 20px;
| |
| text-transform: none;
| |
| }
| |
|
| |
| #content {
| |
| border-radius: 10px 0px 0px 10px;
| |
| -moz-border-radius-topleft: 10px;
| |
| -moz-border-radius-bottomleft: 10px;
| |
| }
| |
|
| |
| #p-logo a { background: url(http://i130.photobucket.com/albums/p255/thepixelcafe/18888.png) 75% 50% no-repeat !important; }
| |
| #p-logo a:hover { background: url(http://i130.photobucket.com/albums/p255/thepixelcafe/18888.png) 75% 50% no-repeat !important; }
| |
|
| |
| #p-navigation .pBody { background: #f7d4e5; border-color: #e072a9; border-radius: 0px 10px 10px 0px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px;}
| |
| #p-search .pBody { background: #f7d4e5; border-color: #e072a9; border-radius: 0px 10px 10px 0px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px;}
| |
| #p-tb .pBody { background: #f7d4e5; border-color: #e072a9; border-radius: 0px 10px 10px 0px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px;}
| |
| #footer { background: #f7d4e5; border-color: #e072a9; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px;}
| |
| #p-lang .pBody { background: #f7d4e5; border-color: #e072a9; border-radius: 0px 10px 10px 0px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px;}
| |
|
| |
| .usermessage {
| |
| border-radius: 1em;
| |
| -moz-border-radius: 1em;
| |
| background: #f7d4e5;
| |
| border: 2px solid #e072a9;
| |
| }
| |
|
| |
| .noticebar {
| |
| border-radius: 1em;
| |
| -moz-border-radius: 1em;
| |
| background: #f7d4e5;
| |
| border: 2px solid #e072a9;
| |
| margin-top: 0.5em;
| |
| padding: 0.2em;
| |
| text-align: center;
| |
| }
| |
| body {background: #bda6b8 url('http://i130.photobucket.com/albums/p255/thepixelcafe/gradientbg.png') repeat-y;}
| |
| :link#contentTop { color: #002BB8; }
| |
| a:active, a:new, a:new:hover { color: #002BB8; }
| |
| a:external, a:interwiki { color: #8CC6FF; }
| |
| a { color: #002BB8; }
| |
|
| |
| #p-cactions ul li, #p-cactions ul li a {
| |
| border-radius: 8px 8px 0px 0px;
| |
| -moz-border-radius-topleft: 8px;
| |
| -moz-border-radius-topright: 8px;
| |
| border-color: #e072a9;
| |
| }
| |
|
| |
| #p-cactions ul li, #p-cactions ul li a {
| |
| border-radius: 8px 8px 0px 0px;
| |
| -moz-border-radius-topleft: 8px;
| |
| -moz-border-radius-topright: 8px;
| |
| border-color: #e072a9;
| |
| }
| |
| #p-cactions ul li a { background: #f099ca; }
| |
| #p-cactions ul li.selected a { background: #f7d4e5; }
| |
| #p-cactions li.selected { border-color: #e072a9; }
| |
| #p-cactions li { border-color: #e072a9; }
| |
| #p-cactions li a:hover { background: #f7d4e5; z-index: 0; text-decoration: none; }
| |
|
| |
| #bg-header {display: none }
| |
|
| |
| #wpSave {
| |
| border-radius: 15px;
| |
| -moz-border-radius: 15px;
| |
| background-color: #debee8!important;
| |
| border-color: #cee7f0!important;
| |
| padding: 2px 10px;
| |
| }
| |
|
| |
| #wpPreview {
| |
| border-radius: 15px;
| |
| -moz-border-radius: 15px;
| |
| background-color: #debee8!important;
| |
| border-color: #cee7f0!important;
| |
| padding: 2px 10px;
| |
| }
| |
|
| |
| #wpDiff {
| |
| border-radius: 15px;
| |
| -moz-border-radius: 15px;
| |
| background-color: #debee8!important;
| |
| border-color: #cee7f0!important;
| |
| padding: 2px 10px;
| |
| }
| |
|
| |
| input.searchButton {
| |
| border-radius: 20px;
| |
| -moz-border-radius: 20px;
| |
| background-color: #debee8!important;
| |
| border-color: #cee7f0!important;
| |
| padding: 2px 10px;
| |
| }
| |