Difference between revisions of "Template:Toronto/CSS"

Line 25: Line 25:
  
 
.mw-body {  
 
.mw-body {  
     background-color: white !important;
+
     background-color: None;
 
     border: none !important;
 
     border: none !important;
 
     padding: 0px;
 
     padding: 0px;
Line 31: Line 31:
  
 
.top_title {  
 
.top_title {  
     background-color: red !important;
+
     background-color: red;
 
     display:none;
 
     display:none;
 
}
 
}
Line 230: Line 230:
 
-o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
 
-o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
 
transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
 
transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
 +
}
 +
 +
.topnav {
 +
    background-color: #333;
 +
    overflow: hidden;
 +
}
 +
 +
.topnav a {
 +
    float: left;
 +
    color: #f2f2f2;
 +
    text-align: center;
 +
    padding: 14px 16px;
 +
    text-decoration: none;
 +
    font-size: 17px;
 +
}
 +
 +
.topnav a:hover {
 +
    background-color: #ddd;
 +
    color: black;
 +
}
 +
 +
.topnav a.active {
 +
    background-color: #4CAF50;
 +
    color: white;
 
}
 
}
  
 
body {
 
body {
background-color: white !important;
+
background-color: white;
 
background: #ffffff url("http://files.all-free-download.com//downloadfiles/wallpapers/1920_1080/colors_explosion_wallpaper_abstract_3d_45.jpg");
 
background: #ffffff url("http://files.all-free-download.com//downloadfiles/wallpapers/1920_1080/colors_explosion_wallpaper_abstract_3d_45.jpg");
 
}
 
}

Revision as of 16:30, 10 July 2018