Browse Source

Line endings fix

pull/40/head
Michael Foster 11 years ago
parent
commit
256d4e24e5
  1. 134
      stylesheets/stripes.css

134
stylesheets/stripes.css

@ -1,67 +1,67 @@
/** /**
* stripes.css * stripes.css
* for vichan by klaczy * for vichan by klaczy
*/ */
body { body {
background: url('img/stripes_bg.png'); background: url('img/stripes_bg.png');
color: #BBB; color: #BBB;
font-family: 'Hevletica', sans-serif; font-family: 'Hevletica', sans-serif;
font-size: 12px; font-size: 12px;
} }
div.boardlist:nth-child(1):hover { div.boardlist:nth-child(1):hover {
background: #222 !important; background: #222 !important;
} }
div.reply, div.pages { div.reply, div.pages {
background: -moz-linear-gradient(bottom, #323232 40%, #2E2E2E 75%) !important; background: -moz-linear-gradient(bottom, #323232 40%, #2E2E2E 75%) !important;
border: 1px solid #2D2D2D !important; border: 1px solid #2D2D2D !important;
box-shadow: 0px 0px 10px #2C2C2C; box-shadow: 0px 0px 10px #2C2C2C;
color: #BBB !important; color: #BBB !important;
} }
.reply { .reply {
margin-top: 0.5em !important; margin-top: 0.5em !important;
} }
.body a, a:hover { .body a, a:hover {
color: #FF6666; color: #FF6666;
} }
table th { background: none !important } table th { background: none !important }
a, a:visited { a, a:visited {
color: #BBB; color: #BBB;
} }
hr { hr {
border: 0 !important; border: 0 !important;
height: 1px !important; height: 1px !important;
background-color: #AAA !important; background-color: #AAA !important;
margin: 1.5em 0 1.5em !important; margin: 1.5em 0 1.5em !important;
} }
.name, .body a { .name, .body a {
color: #FF6666 !important; color: #FF6666 !important;
} }
.subject, h1, .subtitle, .selected { .subject, h1, .subtitle, .selected {
color: #FF6699 !important; color: #FF6699 !important;
} }
.capcode { .capcode {
color: #FF66CC !important; color: #FF66CC !important;
} }
input, textarea { input, textarea {
background: url('img/stripes_textarea.png'); background: url('img/stripes_textarea.png');
border: 1px #CCC; border: 1px #CCC;
border-radius: 3px; border-radius: 3px;
padding: 3px; padding: 3px;
} }
input[type="text"] { width: 200px } input[type="text"] { width: 200px }
textarea { textarea {
background-size: 100% 100%; background-size: 100% 100%;
background-color: #FCFCFC; background-color: #FCFCFC;
background-repeat: repeat-x; background-repeat: repeat-x;
width: 100%; width: 100%;
height: 200px; height: 200px;
} }
input[type="submit"] { input[type="submit"] {
border: 1px solid rgb(204, 204, 204); border: 1px solid rgb(204, 204, 204);
background: url('img/stripes_submit.png'); background: url('img/stripes_submit.png');
height: 23px; height: 23px;
margin-left: 0.5em; margin-left: 0.5em;
} }
.delete { .delete {
margin-top: 0.5em; margin-top: 0.5em;
} }

Loading…
Cancel
Save