MediaWiki: Tweeki.css: Difference between revisions

From coraldigest
Jump to: navigation, search
(Created page with "→‎CSS placed here will affect users of the Tweeki skin: →‎CSS placed here will be applied to all skins: h1.firstHeading { display:none; } →‎for images: span.floatright { float: right; padding: 3px; margin-right: 5px; margin-left: 15px; display: block; } #quickbar { width: 160px; } #topbar, #footer { →‎margin-left: 170px;: } #article, #mw-data-after-content { margin-left: 170px; } .firstHeading { margin-top: 40px; }...")
 
Tag: Replaced
Line 1: Line 1:
/* CSS placed here will affect users of the Tweeki skin */
/* CSS placed here will affect users of the Tweeki skin */
/* CSS placed here will be applied to all skins */
h1.firstHeading { display:none; }
/* for images */
span.floatright {
    float: right;
    padding: 3px;
    margin-right: 5px;
    margin-left: 15px;
    display: block;
}
#quickbar {
    width: 160px;
}
#topbar, #footer {
    /*margin-left: 170px;*/
}
#article, #mw-data-after-content {
    margin-left: 170px;
}
.firstHeading {
  margin-top: 40px;
}
.btn-block {
  margin-top: 20px;
}
.page-header {
  padding-top: 10px;
}
#mw-references-columns {
  width: 100%
}
#content-wrapper {
border: medium solid #fff;
}
body {
background-color: #000;
}
.with-navbar-fixed {
background-color: #fff;
}
#footer {
margin-top: 20px;
padding-top: 10px;
font-size: 12px;
}
#footer a {
font-size: 12px;
}
#mw-navigation {
background-color: #0C6EA6;
color: #fff;
}
.navbar-default {
background-color: #0C6EA6;
color: #fff;
background-image: none;
background-repeat: none;
}
.navbar-default {
background-color: #0C6EA6;
color: #fff;
}
.navbar-default .navbar-brand {
color: #fff;
}
.navbar-default .navbar-brand:hover {
color: #A9DEFC;
}
.navbar-default .navbar-nav>li>a {
color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
color: #A9DEFC;
}
.navbar-brand, .navbar-nav>li>a {
text-shadow: none;
}

Revision as of 13:42, 1 December 2021

/* CSS placed here will affect users of the Tweeki skin */
Cookies help us deliver our services. By using our services, you agree to our use of cookies.