@@ -182,7 +182,7 @@ ul.thin li { margin:0px 0px; padding:0px; }
#menu > ul {
#menu > ul {
display: flex;
display: flex;
width: 8 0%;
width: 7 0%;
margin: 0 auto;
margin: 0 auto;
}
}
@@ -199,7 +199,7 @@ ul.thin li { margin:0px 0px; padding:0px; }
display: inline-block;
display: inline-block;
width: 100%;
width: 100%;
color: #FFFFFF;
color: #FFFFFF;
transition: ease-in-out 0.1 s;
transition: ease-in-out 0.2 s;
}
}
#nav_links {
#nav_links {
@@ -326,12 +326,11 @@ ul.thin li { margin:0px 0px; padding:0px; }
#searchbars {
#searchbars {
text-align: center;
text-align: center;
box-sizing: content-box;
padding: 4px 10%;
box-sizing: border-box;
display: flex;
display: flex;
/*! background-color: #0e238b; */
width: 60%;
margin: 4px auto;
min-width: 850px;
}
}
#searchbars > .search_form {
#searchbars > .search_form {
@@ -446,11 +445,6 @@ input.hidden {
margin: 0px auto;
margin: 0px auto;
}
}
.widethin { /* overriding the thin class on torrents.php */
width: 95% !important;
margin: 0px auto;
}
#userinfo_major .brackets:before {
#userinfo_major .brackets:before {
font-weight: bold;
font-weight: bold;
}
}
@@ -574,6 +568,23 @@ color: #FFFFFF;
margin-bottom: 10px;
margin-bottom: 10px;
}
}
/*
These 3 #artist styles extend the width to ensure .sidebar does not steal width from .main_column
and result in it only being 592px, which despite looking ok for the news items on the main page
and other areas, it is just too thin for any torrent table.
*/
#artist .main_column {
width: 845px;
}
#artist .thin {
width: 1100px;
}
body#artist {
min-width: 1225px;
}
.tags {
.tags {
padding: 0px 0px 0px 20px;
padding: 0px 0px 0px 20px;
font-style: italic;
font-style: italic;