Advertisement
Erry

Roundedblue.css KH3D ver.

Dec 30th, 2011
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.91 KB | None | 0 0
  1.     /* CSS placed here will affect users of the Roundedblue skin */
  2.      
  3.     #p-Navigation h5 {
  4.             text-indent: -9999px;
  5.             display: block;
  6.             padding: 0;
  7.             height: 30px;
  8.             width: 136px;
  9.             background:url(http://www.khwiki.net/images/8/8b/Sidebar-Roundedblue-Navigation.png) no-repeat center;
  10.     }
  11.      
  12.     #content {
  13.             color: #000000;
  14.     }
  15.      
  16.     #p-logo a, #p-logo a:hover {
  17.      display:block !important;
  18.      background-image: url(http://www.khwiki.net/images/3/3e/Wiki-RoundedBlue.png) !important;
  19.      background-color: transparent
  20.     }
  21.      
  22.     #mw-dismissable-notice {
  23.      -khtml-border-radius: 1em;
  24.      -webkit-border-radius: 1em;
  25.      -moz-border-radius: 1em;
  26.      -border-radius: 1em;
  27.     }
  28.      
  29.     #td-roundedbox {
  30.      margin-top: 10px !important;
  31.      border-color:#e51373;
  32.      border-width: 5px;
  33.      border-style:solid;
  34.      -khtml-border-radius: 1em;
  35.      -webkit-border-radius: 1em;
  36.      -moz-border-radius: 1em;
  37.      -border-radius: 1em;
  38.     background-color: #FFFFFF;
  39.     }
  40.     .td-tl, .td-tr, .td-bl, .td-br, .td-tc, .td-bc, .td-cl, .td-cr, .td-cc {
  41.     background-color: #abcdef;
  42.     background-image:none;
  43.     width:10px;
  44.     }
  45.     #p-Interaction h5 {
  46.             text-indent: -9999px;
  47.             display: block;
  48.             padding: 0;
  49.             height: 30px;
  50.             width: 140px;
  51.             background:url(http://www.khwiki.net/images/9/94/Sidebar-Roundedblue-Community.png) no-repeat center;
  52.     }
  53.      
  54.     #p-Search h5 {
  55.             text-indent: -9999px;
  56.             display: block;
  57.             padding: 0;
  58.             height: 30px;
  59.             width: 140px;
  60.     }
  61.      
  62.     #siteNotice {
  63.             padding: 23px 0.9em 0 0.9em;
  64.             background: transparent;
  65.             margin: 0 10px;
  66.             border: transparent;
  67.     }
  68.      
  69.     #p-cactions {
  70.             top: 213px;
  71.     }
  72.      
  73.     #bodyContentInnerWrapper a, #bodyContentInnerWrapper a.external {
  74.             background-color: transparent;
  75.     }
  76.      
  77.     #bodyContentInnerWrapper a:hover {
  78.             background-color: transparent;
  79.             color: transparent;
  80.     }
  81.      
  82.     #p-tb ul {
  83.             margin-bottom: 0;
  84.     }
  85.      
  86.     .daysstrip{ background-color:#FFDEAD; background-image:url(/images/3/3f/WKfelt.png); }
  87.      
  88.      
  89.     .bbsstrip{ background-color:#90EE90; background-image:url(/images/0/0e/BGStars.png); }
  90.      
  91.     /* Top header, by the logo */
  92.      
  93.     body {
  94.             background: #000000 url(http://www.khwiki.net/images/e/e8/Wiki-RoundedBlueBanner.png) repeat-x;
  95.     }
  96.      
  97.     /* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
  98.     #p-cactions ul li, #p-cactions ul li a {  
  99.      -moz-border-radius-topleft: 1em;
  100.      -moz-border-radius-topright: 1em;
  101.     }
  102.     #content {
  103.      -moz-border-radius-topleft: 1em;
  104.      -moz-border-radius-bottomleft: 1em;
  105.     }
  106.     div.pBody {
  107.      -moz-border-radius-topright: 1em;
  108.      -moz-border-radius-bottomright: 1em;
  109.     }
  110.      
  111.     /* same following the css3 draft specs, any browsers supporting this? */
  112.     #p-cactions ul li, #p-cactions ul li a {  
  113.      -border-radius-topleft: 2em;
  114.      -border-radius-topright: 2em;
  115.     }
  116.     #content {
  117.      -border-radius-topleft: 1em;
  118.      -border-radius-bottomleft: 1em;
  119.     }
  120.     div.pBody {
  121.      -border-radius-topright: 1em;
  122.      -border-radius-bottomright: 1em;
  123.     }
  124.     a {
  125.     color: #3A2BD0 !important;
  126.     }
  127.     a:hover {
  128.     background: 0 !important;
  129.     color: #3A2BD0 !important;
  130.     }
  131.     a:visited {
  132.     color: #7836BA !important;
  133.     }
  134.     #p-search h5 {
  135.     background-image: none !important;
  136.     }
  137.     #p-search {
  138.     position:absolute;
  139.     left: 470px !important;
  140.     }
  141.      
  142.     #p-tb h5 {
  143.             text-indent: -9999px;
  144.             display: block;
  145.             padding: 0;
  146.             height: 30px;
  147.             width: 140px;
  148.             background: url(images/2/2d/Sidebar-Roundedblue-Toolbox.png) no-repeat center;
  149.     }
  150.      
  151.     #p-personal {
  152.             background: url(http://www.khwiki.net/images/9/91/Roundedblue-Personal.png) no-repeat bottom left;
  153.     }
  154.  
  155.     .firstHeading {
  156.     padding: 50px 30px 5px 30px;
  157.     margin-left: 25px;
  158.     margin-top: 0px;
  159.     color: #e51373;
  160.     font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  161.     font-weight: bold;
  162.     font-size: 1.5em;
  163.     text-align: left;
  164.     line-height: 100%;
  165.     position: relative;
  166.     z-index:20;
  167.     }
  168.     #p-cactions li a {
  169.         color: #000000;
  170.     /*background-color: #e51373;*/
  171.         border-style:solid;
  172.         border-width:2px;
  173.         border-color:#e51373;
  174.     padding: 0 .8em .3em;
  175.     text-decoration: none;
  176.     text-transform: lowercase;
  177.     position: relative;
  178.     z-index: 0;
  179.     margin: 0;
  180.     background: url(http://www.khwiki.net/images/e/ef/RoundedblueTab.png) no-repeat bottom right;
  181.     }
  182.  
  183.     #p-cactions li.selected a {
  184.     z-index: 3;
  185.         color: #000000;
  186.     /*background-color: #e51373;*/
  187.         border-style:solid;
  188.         border-width:2px;
  189.         border-color:#e51373;
  190.     padding: 0 1em .2em!important;
  191.     background: url(http://www.khwiki.net/images/e/ef/RoundedblueTab.png) no-repeat bottom right;
  192.     }
  193.     #p-cactions li a:hover {
  194.         color:#e51373;
  195.     z-index: 3;
  196.         border-style:solid;
  197.         border-width:2px;
  198.         border-color:#e51373;
  199.     text-decoration: none;
  200.     background: url(http://www.khwiki.net/images/a/a4/RoundedblueTabChosen.png) no-repeat bottom right;
  201.     }
  202.         ul {
  203.     line-height: 1.5em;
  204.     list-style-type: square;
  205.     margin: .3em 0 0 1.5em;
  206.     padding: 0;
  207.     list-style-image: url(http://www.khwiki.net/images/4/40/RoundedblueBullet.png);
  208.     }
  209.         .portlet ul {
  210.     line-height: 1.5em;
  211.     list-style-type: square;
  212.     list-style-image: url(http://www.khwiki.net/images/4/40/RoundedblueBullet.png);
  213.     font-size: 95%;
  214.     }
  215.     pre { overflow: auto; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement