Difference between revisions of "MediaWiki:Monobook.css"

From SkullSecurity
Jump to navigation Jump to search
Line 52: Line 52:
   background: #1e3442;
   background: #1e3442;
   color: white;
   color: white;
   font: 200 1em "Source Sans Pro", sans-serif;
   font: 16px "Source Sans Pro", sans-serif;
   word-wrap: break-word;
   word-wrap: break-word;
}
}

Revision as of 20:15, 14 October 2013

/*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;
}

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: 16px "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; }