MediaWiki:Tweeki.css

From coraldigest
Revision as of 13:34, 1 December 2021 by BrianNaess (talk | contribs) (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; }...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.