Difference between revisions of "MediaWiki:Monobook.css"

From SkullSecurity
Jump to navigation Jump to search
(Blanked the page)
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
@charset "UTF-8";
/* TO DEVELOPERS: Don't read style.css! Look at the source in sass/style.sass instead!
*
* Theme Name: Cobalt Blue
* Theme URI: https://github.com/rogerhub/cobalt-blue-wordpress
* Description: Cobalt Blue is a general-purpose, full-width, responsive, hi-DPI-ready, HTML5 WordPress theme built without messy web libraries or any JavaScript. It is designed to be ultra-fast and soothing to the eye. The theme features a 2 column layout, customizable header plus header image, excellent styling for all default widgets, and navigation menu support. The theme is blue, as you can guess from its name. The exact shades of blue used follow a mathematically consistent pattern from black to blue to white. For screenshots, visit https://github.com/rogerhub/cobalt-blue-wordpress/
* Version: 1.11
* Author: Roger Chen
* Author URI: http://code.rogerhub.com
* Tags: two-columns, blue, flexible-width, custom-header, custom-menu, editor-style, featured-images, flexible-header, sticky-post, threaded-comments, translation-ready
* License: GPLv2 or greater
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*
* Cobalt Blue WordPress Theme, Copyright 2013 RogerHub
* Cobalt Blue WordPress Theme is distributed under the terms of the GNU GPL v2 */
/* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
* License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
  display: block;
}
body
{
  line-height: 1;
}
ol, ul
{
  list-style: none;
}
blockquote, q
{
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
  content: "";
  content: none; }
table
{
  border-collapse: collapse;
  border-spacing: 0;
}
body
{
  background: #1e3442;
  color: white;
//  font: 400 1em "Source Sans Pro", sans-serif;
  word-wrap: break-word;
}
a {
  color: inherit;
}
  a:focus
  {
    text-decoration: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
    -ms-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
  }
.clear-fix
{
  clear: both;
}
/* =WordPress Core */
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }
.alignright {
  float: right; }
.alignleft {
  float: left; }
/* Ron's stuff: formatting for posts */
pre { white-space: pre-wrap; font-family: monospace; color: #839496; background-color: #002b36; }
tt { font-family: monospace; color: #839496; background-color: #002b36; }
.lnr { color: #586e75; background-color: #073642; }
.Type { color: #b58900; }
.Comment { color: #586e75; font-style: italic; }
.Special { color: #dc322f; }
.Statement { color: #719e07; }
.Constant { color: #2aa198; }
.Identifier { color: #268bd2; }
.rubyDefine { color: #93a1a1; background-color: #002b36; font-weight: bold; }

Latest revision as of 20:19, 14 October 2013