User:Seb/vector.css: Difference between revisions

From the Portal Wiki
Jump to navigation Jump to search
(Created page with "body { direction: ltr !important; } tt, code, pre { font-family: monospace, sans-serif; } code, pre { word-wrap: break-word; background: #F7F7F7; border:...")
 
mNo edit summary
 
Line 18: Line 18:
/* Diff styling */
/* Diff styling */
.diffchange        { background: #E72525; color: white; font-weight: normal; }
.diffchange        { background: #E72525; color: white; font-weight: normal; }
.diff-file          { font-size: 1.5em; }
td.diff-addedline  { font-family: monospace; font-size: 1.5em; }
td.diff-addedline  { font-family: monospace; font-size: 1.5em; }
td.diff-deletedline { background: #ffa; font-family: monospace; font-size: 1.5em; }
td.diff-deletedline { background: #ffa; font-family: monospace; font-size: 1.5em; }
td.diff-context    { background: #eee; font-family: monospace; font-size: 1.5em; }
td.diff-context    { background: #eee; font-family: monospace; font-size: 1.5em; }

Latest revision as of 08:19, 27 May 2011

body              { direction: ltr !important; }
tt, code, pre     { font-family: monospace, sans-serif; }
code, pre         { word-wrap: break-word; background: #F7F7F7; border: 1px solid #CECECE; }
code              { border: none; }
input#wpNick      { width: 512px; }
div.patrollink    { display: none; }
.mw-plusminus-pos { color: green; }
.mw-plusminus-neg { color: red; }
#wpTextbox1       { line-height: 1.5em; padding: 0.25em; 
                    background: #f9f9f9; border: 1px solid #CECECE; 
                    direction: ltr !important;
                  }

/* Recent Changes */
a.mw-userlink[title="User:Seb"]    { color: #0070FF !important; }
.trusted                           { opacity: 0.9; color: black !important; }

/* Diff styling */
.diffchange         { background: #E72525; color: white; font-weight: normal; }
.diff-file          { font-size: 1.5em; }
td.diff-addedline   { font-family: monospace; font-size: 1.5em; }
td.diff-deletedline { background: #ffa; font-family: monospace; font-size: 1.5em; }
td.diff-context     { background: #eee; font-family: monospace; font-size: 1.5em; }