Browse Source

Changes to css for homepage slogan changes.

pull/40/head
Benjamin Southall 8 years ago
parent
commit
a51d83a9a4
  1. 3
      stylesheets/dark.css
  2. 26
      stylesheets/recent.css

3
stylesheets/dark.css

@ -156,8 +156,9 @@ hr {
border: #333333 1px solid;
}
div.boardlist {
text-align: center;
color: #999999;
background-color: rgba(12%, 12%, 12%, 0.10);
background-color: rgba(12%, 12%, 12%, 0.10);
}
div.ban {

26
stylesheets/recent.css

@ -8,14 +8,8 @@ body
color: #7fdd57;
font-family: sans-serif;
font-size: 12px;
margin:auto:
}
.lain_banner{
margin-left: auto;
margin-right: auto;
display: block;
}
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
@ -24,10 +18,9 @@ margin-left: auto;
font-style: normal
}
.box-wrap {
max-width: 670px;
min-width: 400px;
margin: 30px auto;
overflow: auto;
padding: 0;
@ -35,16 +28,10 @@ margin-left: auto;
.box {
background: #0b000f;
border: 0px solid #98E;
width: 768px;
width: 330px;
margin: 0px 0;
padding: 0;
}
div#global.ban{
max-width: 768px
}
.box ul {
padding: 2px 15px;
}
@ -70,7 +57,6 @@ div#global.ban{
.box h2 {
padding: 3px 7px;
font-size: 12pt;
}
.box.left h2 {
background: #7fdd57;
@ -147,7 +133,6 @@ p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.ema
-moz-box-shadow: 0 0 40px #000;
-webkit-box-shadow: 0 0 40px #000;
box-shadow: 0 0 40px #000;
}
.bar.top
{
@ -186,5 +171,6 @@ div.ban h2:not(:nth-child(1))
border-top: 0px solid #0b000f;
}
div.footer{
clear:both;
}

Loading…
Cancel
Save