Browse Source

prep logo class for banners

pull/1/head
herbert 3 years ago
parent
commit
8888a79b56
3 changed files with 21 additions and 18 deletions
  1. +3
    -3
      static/styles/genaviv/style.css
  2. +15
    -12
      static/styles/orion/style.css
  3. +3
    -3
      static/styles/sugoi/style.css

+ 3
- 3
static/styles/genaviv/style.css View File

@@ -372,15 +372,15 @@ input,input[type="search"],form textarea,form input,input[type="search" i],input
} }


#logo { #logo {
width: 300px;
height: 197px;
width: 1140px;
height: 150px;
margin: 0 auto; margin: 0 auto;
} }


#logo a { #logo a {
border: none; border: none;
width: 100%; width: 100%;
height: 197px;
height: 150px;
display: block; display: block;
} }




+ 15
- 12
static/styles/orion/style.css View File

@@ -74,21 +74,21 @@ a {


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


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


#logo a:hover {
/*#logo a:hover {
opacity: 0.85; opacity: 0.85;
}
}*/


body { body {
width: 100%; width: 100%;
@@ -1517,9 +1517,12 @@ div[id^="peers"]>h4 {
/*left: -5px*/ /*left: -5px*/
} }


/*
TODO: delete me?
.filter_torrents { .filter_torrents {
/*! width: 900px */
width: 900px
} }
*/


.filter_torrents>.box { .filter_torrents>.box {
margin-top: 2px margin-top: 2px
@@ -1625,11 +1628,11 @@ table.forum_post td.body {
width: 800px; width: 800px;
} }


/* Because Firefox apparently doesn't understand "100%" in tables */
/* Because Firefox apparently doesn't understand "100%" in tables
TODO: delete me?
#forums table.forum_post td.body>div { #forums table.forum_post td.body>div {
/*! max-width: 730px */
}
max-width: 730px
}*/


.last_edited { .last_edited {
opacity: 0.6; opacity: 0.6;


+ 3
- 3
static/styles/sugoi/style.css View File

@@ -150,15 +150,15 @@ ul.thin li { margin:0px 0px; padding:0px; }
} }


#logo { #logo {
width: 300px;
height: 197px;
width: 1140px;
height: 150px;
margin: 0 auto; margin: 0 auto;
} }


#logo a { #logo a {
border: none; border: none;
width: 100%; width: 100%;
height: 197px;
height: 150px;
display: block; display: block;
} }




Loading…
Cancel
Save