瀏覽代碼

beluga wide

pull/1/head
herbert 3 年之前
父節點
當前提交
8754a2c22d
共有 1 個文件被更改,包括 30 次插入62 次删除
  1. +30
    -62
      static/styles/beluga/style.css

+ 30
- 62
static/styles/beluga/style.css 查看文件

@@ -19,18 +19,19 @@
}

#logo {
box-sizing:content-box;
height:100px;
padding:10px 0px 10px;
width:180px;
}

#logo>a {
background-size:contain;
display:block;
height:100%;
margin-top:0
}
box-sizing: content-box;
height: 150px;
padding: 50px 0px 10px;
width: 1140px;
}

#logo>a {
display: block;
height: 100%;
margin-top: 0;
background-position: left;
}

.cats_anime, .cats_movies, .cats_manga, .cats_games, .cats_other {
width: 38px!important;
height: 38px!important;
@@ -251,12 +252,11 @@ ul.thin li {
}

#header {
width: 900px;
position: relative
}

#content {
width: 900px;
max-width: 1140px;
overflow: hidden
}

@@ -313,24 +313,11 @@ p.min_padding {
}

.main_column {
width: 646px;
float: left
}
/*
#logo {
width: 900px;
height: 60px;
background-position: 0 12px;
background-repeat: no-repeat;
width: auto;
min-width: 650px;
margin-right: 255px;
}

#logo a {
border: none;
width: 230px;
height: 60px;
display: block
}
*/
.nav_dropdown > div {
position: absolute;
width: 135.56px;
@@ -543,7 +530,6 @@ p.min_padding {
background-color: #4b907f;
text-align: center;
color: #fff;
width: 900px;
height: 18px;
margin: 2px 0;
padding: 9px 0;
@@ -602,7 +588,6 @@ p.min_padding {

#searchbars {
box-sizing: border-box;
width: 900px;
height: 50px;
padding: 8px 0;
background: #3b3f47;
@@ -617,7 +602,8 @@ p.min_padding {

#searchbars input {
box-sizing: border-box;
width: 135px;
width: 92%;
min-width: 120px;
height: 34px;
border: none;
border-radius: 2.5px;
@@ -693,12 +679,7 @@ div.linkbox {
color: #83e4a6;
}

#banner {
width: 900px
}

#torrents #content .thin h2 a img {
width: 900px;
margin-top: -5px
}

@@ -1241,10 +1222,6 @@ span.center_poll {
left: -5px
}

.filter_torrents {
width: 900px
}

.filter_torrents>.box {
margin-top: 2px
}
@@ -1257,7 +1234,6 @@ span.center_poll {
.filter_torrents .box.pad .cat_list {
position: relative;
left: -12px;
width: 900px
}

.filter_torrents .box.pad .cat_list tbody tr td input[type=checkbox][name="filter_cat[1]"],.filter_torrents .box.pad .cat_list tbody tr td label[for=cat_1] {
@@ -1288,7 +1264,6 @@ span.center_poll {
.filter_torrents .country_list {
position: relative;
left: -12px;
width: 900px
}

.filter_torrents .country_list td {
@@ -1328,12 +1303,9 @@ td.avatar {
}

table.forum_post td.body {
width: 646px;
}
/* Because Firefox apparently doesn't understand "100%" in tables */
#forums table.forum_post td.body > div {
max-width: 730px
width: 800px;
}

.last_edited {
opacity: 0.6;
}
@@ -1455,7 +1427,13 @@ pre {
color: #FFF;
border: 1px dashed #55585f;
margin: 10px;
padding: 10px
padding: 10px;
width: 60vw;
max-width: 95%;
}

#forums pre {
max-width: 878px;
}

#donation {
@@ -1496,19 +1474,10 @@ pre {
margin-bottom: 2px
}

#blog .head,#news .head {
width: 900px
}

#forums .box {
width: 900px;
margin-top: 2px
}

#forums .head {
width: 900px
}

#forums #content>br {
display: none
}
@@ -1668,7 +1637,6 @@ div.contenth #quickpost {
}

.review_search {
width: 900px;
text-align: center;
margin: auto
}
@@ -1787,7 +1755,6 @@ a.tab#selected {

div.thin2 {
float: left;
width: 900px;
margin: auto
}

@@ -1877,7 +1844,8 @@ div.star-rating a,div.star-rating.star {
}

#wrapper,.thin {
width: 900px;
min-width: 900px;
max-width: 1140px;
margin: 0 auto
}



Loading…
取消
儲存