• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "User:SmokeyTheButt/common.css"

From Kancolle Wiki
Jump to navigation Jump to search
m
m
Line 3: Line 3:
 
   background-repeat: no-repeat;
 
   background-repeat: no-repeat;
 
   background-color: #000000;  
 
   background-color: #000000;  
   background-position: center;  
+
   body.background-dynamic:after,
 +
 
 +
body.background-dynamic:before {
 +
    bottom: 0 !important;
 +
    top: inherit !important;
  
 
  }
 
  }

Revision as of 05:41, 9 December 2014

 body {
   background:url(http://puu.sh/dn9u4/0e144c80b1.png);
   background-repeat: no-repeat;
   background-color: #000000; 
   body.background-dynamic:after,

 body.background-dynamic:before {
     bottom: 0 !important;
     top: inherit !important;

 }

 .WikiaPage .WikiaPageBackground {
   opacity: 0.80;
 }