User:Zack/Custom blog styles.css

From BlogNomic Wiki
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
body {
  font-family: Verdana, Arial;
}

.post-title a {
  font-family: Verdana, Arial;
  font-weight: bold;
}

.blogheader img {
  float: right;
  width: 450px;
}

.post {
  border-bottom: 1px solid #0f0f0f;
}

/* .post-body {
  padding-left: 10px;
  border-left: 2px solid rgba(0, 0, 0, 0.33);
} */

blockquote {
  border: 1px dotted black !important;
  border-radius: 3px;
  
  font-family: Sans-Serif;
}

.flavourtext {
  padding-top: 0px;
  padding-bottom: 0px;
  
  border: 1px dotted black;
  border-radius: 10px;
}

.post-footer em {
  font-style: normal;
  font-weight: light;
}

a.blogpostlink { 
  color: black;
}

.cfj.open a.blogpostlink {
  color: #07BCBA;
}

.proposal.open a.blogpostlink {
  color: #3131FF;
}

.Enacted a.blogpostlink {
  color: #219629
}

.Failed a.blogpostlink {
  color: #E91A1A;
}

.Vetoed a.blogpostlink {
  color: #A10809;
}

.Illegal a.blogpostlink {
  color: #828282;
}