User:Tina/monobook.css: Difference between revisions

Updating again orz
(should be my final monobook edit I swear)
(Updating again orz)
Line 3: Line 3:
border-left: 1px solid #e072a9;
border-left: 1px solid #e072a9;
border-bottom: 1px solid #e072a9;
border-bottom: 1px solid #e072a9;
border-radius: 0px 0px 0px 5px;
border-radius: 0px 0px 0px 15px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomleft: 15px;
display:inline;
display:inline;
float:right;
float:right;
Line 23: Line 23:


#content {
#content {
   border-radius: 10px 0px 0px 10px;
  border-left: 2px solid #e072a9;
   -moz-border-radius-topleft: 10px;
  border-top: 2px solid #e072a9;
   -moz-border-radius-bottomleft: 10px;
  border-bottom: 2px solid #e072a9;
   border-radius: 20px 0px 0px 20px;
   -moz-border-radius-topleft: 20px;
   -moz-border-radius-bottomleft: 20px;
}
}


Line 31: Line 34:
#p-logo a:hover { background: url(http://i130.photobucket.com/albums/p255/thepixelcafe/18887.png) 75% 50% no-repeat !important; }
#p-logo a:hover { background: url(http://i130.photobucket.com/albums/p255/thepixelcafe/18887.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-navigation .pBody { background: #f7d4e5; border-color: #e072a9; border-width: 2px; border-radius: 0px 25px 10px 0px; -moz-border-radius-topright: 25px; -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-search .pBody { background: #f7d4e5; border-color: #e072a9; border-width: 2px; border-radius: 0px 10px 25px 0px;  -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 25px;}
#p-tb .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-width: 2px; 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;}
#footer { background: #f7d4e5; border-color: #e072a9; border-width: 2px;}
#p-lang .pBody { background: #f7d4e5; border-color: #e072a9; border-radius: 0px 10px 10px 0px;  -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px;}
#p-lang .pBody { background: #f7d4e5; border-color: #e072a9; border-width: 2px; border-radius: 0px 10px 25px 0px;  -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 25px;}


.usermessage {
.usermessage {
     border-radius: 1em;
     border-radius: 20px;
     -moz-border-radius: 1em;
     -moz-border-radius: 20px;
     background: #f7d4e5;
     background: #f7d4e5;
     border: 2px solid #e072a9;
     border: 2px solid #e072a9;
Line 45: Line 48:


.noticebar {
.noticebar {
     border-radius: 1em;
     border-radius: 20px;
     -moz-border-radius: 1em;
     -moz-border-radius: 20px;
     background: #f7d4e5;
     background: #f7d4e5;
     border: 2px solid #e072a9;
     border: 2px solid #e072a9;
Line 60: Line 63:


#p-cactions ul li, #p-cactions ul li a {
#p-cactions ul li, #p-cactions ul li a {
   border-radius: 8px 8px 0px 0px;
   border-radius: 15px 15px 0px 0px;
   -moz-border-radius-topleft: 8px;
   -moz-border-radius-topleft: 15px;
   -moz-border-radius-topright: 8px;
   -moz-border-radius-topright: 15px;
   border-color: #e072a9;
   border-color: #e072a9;
  border-width: 2px;
}
}


#p-cactions ul li, #p-cactions ul li a {
#p-cactions ul li, #p-cactions ul li a {
   border-radius: 8px 8px 0px 0px;
   border-radius: 15px 15px 0px 0px;
   -moz-border-radius-topleft: 8px;
   -moz-border-radius-topleft: 15px;
   -moz-border-radius-topright: 8px;
   -moz-border-radius-topright: 15px;
   border-color: #e072a9;
   border-color: #e072a9;
  border-width: 2px;
}
}
#p-cactions ul li a { background: #f099ca; }
#p-cactions ul li a { background: #f099ca; }
14

edits