User:Example/common.css: Difference between revisions

From Dragon Quest Wiki
Jump to navigation Jump to search
(Created page with " #content, #content table #p-cactions ul li a { background: #fcfffc; } .usermessage { background: #00E400; border: 1.1px dashed #060; } #p-logo a { background: url(htt...")
 
No edit summary
 
Line 7: Line 7:
  }
  }


#p-logo a { background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Wayoshilogo3.png) 35% 50%
a { color: #080; text-decoration: none; }
no-repeat !important; }
a:visited { color: #050; }
a:active { color: #111; }
#p-personal a.new { color: #b00; }
#p-personal a.new:visited { color:#800; }
#bodyContent a.external { color: #0a0; }
#bodyContent a.extiw:active { color: #020; }


  pre { border: 1px dashed #060; }
  pre { border: 1px dashed #060; }

Latest revision as of 10:54, 25 June 2018

 #content, #content table
 #p-cactions ul li a { background: #fcfffc; }

 .usermessage {
 background: #00E400;
 border: 1.1px dashed #060;
 }

a { color: #080; text-decoration: none; }
a:visited { color: #050; }
a:active { color: #111; }
#p-personal a.new { color: #b00; }
#p-personal a.new:visited { color:#800; }
#bodyContent a.external { color: #0a0; }
#bodyContent a.extiw:active { color: #020; }

 pre { border: 1px dashed #060; }

 h1 { font-family:Jokerman; font-size:28px;color:#117611;}
 h2,h3,h4,h5,h6 { color:#020; }

 body {
 font-family:Calibri; font-size:18px
 }

 #catlinks {
 border: 1px dotted #272;
 background-color: #fdfffd;
 padding: 4px;
 }
 #siteNotice {
  background: #fcfffc;

 textarea {
  font-family: Courier New;
  font-size: 14px;
 }