User:KeybladeSpyMaster/common.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
m (Testing for theme.)
(Blanked the page)
Line 1: Line 1:
/* Main Page Game portals*?
/* Main column links (for Game Portals) */
.dropdown td p a {
background-color: #000000;
background: -moz-linear-gradient(center top, #06305B, #3e4874);
background: -webkit-linear-gradient(top, #06305B, #3e4874);
background: -o-linear-gradient(top, #06305B, #3e4874);
background: -ms-linear-gradient(top, #06305B, #3e4874);
background: linear-gradient(top, #06305B, #3e4874);
border:1px solid #3e4874;
font-size:90%;
line-height: 1.2em;
margin: 3px 1px;
padding:3px;
text-align:left;
}


.dropdown caption a:hover{
border-radius:10px;
}
.dropdown td p a:hover{
background-image: -moz-linear-gradient(center top, #bfbfff, #3e4874);
background-image: -webkit-linear-gradient(top, #bfbfff, #3e4874);
background-image: -o-linear-gradient(top, #bfbfff, #3e4874);
background-image: -ms-linear-gradient(top, #bfbfff, #3e4874);
background-image: linear-gradient(top, #bfbfff, #3e4874);
}

Revision as of 17:30, 6 September 2014