User:SilverCrono/roundedblue.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 7: Line 7:
height: 30px;
height: 30px;
width: 136px;
width: 136px;
}
/* Edit tabs. */
#p-cactions {
  position:absolute;
  top: 227px !important;
}
}


Line 12: Line 19:
color: #000000;
color: #000000;
}
}
/* Keeps the logo from flashing. */


#p-logo a:hover {  
#p-logo a:hover {  
Line 18: Line 27:
  background-color: transparent
  background-color: transparent
}
}
/* Header colors. */


h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
overflow:hidden;
overflow:hidden;
         color: black;  
         color: black;  
         background: none;
         background: transparent;
         font-weight: normal;
         font-weight: normal;
         border-bottom: 1px solid #aaa;
         border-bottom: 1px solid #aaa;
}
}
/* All content. */


#td-roundedbox {
#td-roundedbox {
  margin-top: 10px !important;
  margin-top: 5px !important;
  border-color:#070F38;
  border-color:#070F38;
  border-width: 5px;
  border-width: 5px;
  border-style:solid;
  border-style:solid;
  --khtml-border-radius: 1em;
  --khtml-border-radius: 2em;
  --webkit-border-radius: 1em;
  --webkit-border-radius: 2em;
  --moz-border-radius: 1em;
  --moz-border-radius: 2em;
  border-radius: 1em;
  border-radius: 2em;
background-color: #CFDBEC;
background-color: #FFFFFF;
}
}


.td-tl, .td-tr, .td-bl, .td-br, .td-tc, .td-bc, .td-cl, .td-cr, .td-cc {
.td-tl, .td-tr, .td-bl, .td-br, .td-tc, .td-bc, .td-cl, .td-cr, .td-cc {
background-color: #abcdef;
background-color: #070F38;
background-image:none;
background-image:none;
width:10px;
width:10px;
}
}
/* Interaction portlet. */


#p-Interaction h5 {
#p-Interaction h5 {
Line 53: Line 68:
background:url("images/2/28/Interaction.png") no-repeat center;
background:url("images/2/28/Interaction.png") no-repeat center;
}
}
/* Search */


#p-Search h5 {
#p-Search h5 {
Line 61: Line 78:
width: 140px;
width: 140px;
}
}
/* Duh */


#siteNotice {
#siteNotice {
Line 67: Line 86:
margin: 0 10px;
margin: 0 10px;
         border: transparent;
         border: transparent;
}
#p-cactions {
top: 213px;
}
}


Line 113: Line 128:
/* same following the css3 draft specs, any browsers supporting this? */
/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {   
#p-cactions ul li, #p-cactions ul li a {   
   border-radius-topleft: 1em;
   border-radius-topleft: 2em;
   border-radius-topright: 1em;
   border-radius-topright: 2em;
}
}
#content {  
#content {  
Line 124: Line 139:
   border-radius-bottomright: 1em;
   border-radius-bottomright: 1em;
}
}
/* Links */
a {
a {
color: #3A2BD0 !important;
color: #3A2BD0 !important;