User:HenryNugraha/vector.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.
body{
margin-right: 10px;
}
div#left-navigation{
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
div#left-navigation a:hover{
margin-top: -3px;
padding-bottom: 3px;
}
div#right-navigation a:hover{
margin-top: -3px;
padding-bottom: 3px;
}
div#content{
-moz-box-shadow: 0px 2px 11px #606060;
-webkit-box-shadow: 0px 2px 11px #606060;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
-moz-border-radius-topright: 3px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
border-top-right-radius: 3px;
}
div#simpleSearch{
-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius: 5px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomleft: 15px;
border-radius: 5px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}
div#p-personal li#pt-userpage a.new{
color: #a040ef;
font-size: largest;
font-weight: bold;
}
div#p-personal li#pt-userpage a.new:hover{
color: #b050ff;
}
div#p-personal li#pt-userpage a.new:before{
content: "Putu";
}
div#p-personal li#pt-userpage a.new:after{
content: " - (requnix)";
font-size: normal;
font-weight: normal;
}