Difference between revisions of "MediaWiki:Monobook.css"

From SkullSecurity
Jump to navigation Jump to search
(Blanked the page)
Line 1: Line 1:
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; }
/*
*
* Genericons Helper CSS */
/*
* The font was graciously generated by Font Squirrel (http://www.fontsquirrel.com). We love those guys. */
@font-face {
  font-family: "Genericons";
  src: url("font/genericons/genericons-regular-webfont.eot"); }
@font-face {
  font-family: "Genericons";
  src: url("font/genericons/genericons-regular-webfont.woff") format("woff"), url("font/genericons/genericons-regular-webfont.ttf") format("truetype"), url("font/genericons/genericons-regular-webfont.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
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); }
.text {
  border: 1px solid #bbd1df;
  padding: 4px;
  vertical-align: middle; }
  .text:focus, #respond input[type=text]:focus, #respond textarea:focus, #respond #author:focus, #respond #email:focus, #respond #url:focus, #respond #comment:focus,
  input[type=email]:focus,
  input[type=month]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=search]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  input[type=time]:focus,
  input[type=url]:focus,
  input[type=week]:focus {
    outline: 1px solid #a0c0d3;
    outline-offset: 0; }
/* =WordPress Core */
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }
.alignright {
  float: right; }
.alignleft {
  float: left; }
html {
  padding: 0 25px 25px 25px; }
#primary {
  clear: left;
  float: left;
  margin-right: 4%;
  margin-top: 25px;
  width: 65%; }
  @media only screen and (max-width: 767px) {
    #primary {
      clear: both;
      margin-right: none;
      width: 100%; } }
#secondary {
  clear: right;
  float: left;
  margin-top: 25px;
  width: 31%; }
  @media only screen and (max-width: 767px) {
    #secondary {
      clear: both;
      width: 100%; } }
#colophon {
  float: left;
  clear: both; }
/* 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; }

Revision as of 20:05, 14 October 2013