mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-26 19:47:32 +00:00
575 lines
11 KiB
CSS
575 lines
11 KiB
CSS
/** @license
|
|
|
|
|
|
deepsouthsounds.css
|
|
----------------------------------------------
|
|
|
|
Copyright (c) 2012, Fergal Moran. All rights reserved.
|
|
Code provided under the BSD License:
|
|
|
|
*/
|
|
* {
|
|
font-family: 'Open Sans', sans-serif;
|
|
}
|
|
|
|
body {
|
|
font-size: 14px;
|
|
font-weight: 300;
|
|
line-height: 1.5em;
|
|
padding-top: 45px;
|
|
padding-bottom: 40px;
|
|
padding-right: 32px;
|
|
}
|
|
|
|
/* IE/Chrome image fix */
|
|
img.event-content {
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
|
|
#header {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.nav-tabs {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.bordered {
|
|
border-bottom: 3px solid #CEC3B3;
|
|
}
|
|
|
|
.page-header {
|
|
-moz-border-bottom-colors: none;
|
|
-moz-border-image: none;
|
|
-moz-border-left-colors: none;
|
|
-moz-border-right-colors: none;
|
|
-moz-border-top-colors: none;
|
|
border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
|
|
border-style: none none solid;
|
|
border-width: 0 0 1px;
|
|
color: #333333;
|
|
display: block;
|
|
font-size: 19.5px;
|
|
line-height: 36px;
|
|
margin-bottom: 27px;
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
#mix-comments-list ul {
|
|
list-style-type: none;
|
|
}
|
|
|
|
ul.comment-listing .comment-entry {
|
|
border-bottom: 1px solid #D2D9E7;
|
|
}
|
|
|
|
.comment-entry {
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.comment-details {
|
|
padding-top: 1px;
|
|
padding-left: 5px;
|
|
display: table-cell;
|
|
vertical-align: top;
|
|
width: 10000px;
|
|
}
|
|
|
|
.image-avatar-small {
|
|
float: left;
|
|
}
|
|
|
|
.image-avatar-small {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
|
|
.socialaccount_provider {
|
|
display: block;
|
|
height: 116px;
|
|
width: 250px;
|
|
}
|
|
|
|
.signin_button {
|
|
display: block;
|
|
height: 22px;
|
|
width: 150px;
|
|
font-size: .1em;
|
|
}
|
|
|
|
.social_login_providers {
|
|
display: inline;
|
|
list-style-type: none;
|
|
}
|
|
|
|
.social_login_providers li {
|
|
padding: 7px;
|
|
float: left;
|
|
}
|
|
|
|
#twitter_button {
|
|
background: transparent url(../img/signin_twitter.png) top left no-repeat;
|
|
}
|
|
|
|
#facebook_button {
|
|
background: transparent url(../img/signin_facebook.png) top left no-repeat;
|
|
}
|
|
|
|
#twitter_button:hover, #facebook_button:hover {
|
|
background-position: 0px -24px;
|
|
}
|
|
|
|
#twitter_button:active, #facebook_button:active {
|
|
background-position: 0px -48px;
|
|
}
|
|
|
|
.release-image {
|
|
max-width: 100%;
|
|
height: 200px;
|
|
width: 200px; /* ie8 */
|
|
}
|
|
|
|
#release-audio-slide-nav li {
|
|
display: inline;
|
|
list-style-type: none;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.selector-button a.on {
|
|
background-position: 0 -24px;
|
|
}
|
|
|
|
.selector-button a {
|
|
background-image: url(../img/slide-nav.png);
|
|
|
|
float: left;
|
|
width: 24px;
|
|
height: 24px;
|
|
display: inline;
|
|
font-size: 11px;
|
|
margin: 0 5px 0 0;
|
|
line-height: 24px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
background-position: 0 0;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.selector-button a:link, .selector-button a:visited {
|
|
color: white;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.list-nostyle {
|
|
list-style: none outside none;
|
|
margin: 0;
|
|
}
|
|
|
|
.list-horiz li {
|
|
float: left;
|
|
list-style-type: none;
|
|
position: relative;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.bordered-right {
|
|
border-right: 1px solid #F2F2F2;
|
|
}
|
|
|
|
.stats-item {
|
|
border-right-color: #E5E5E5;
|
|
margin-right: 7px;
|
|
padding-right: 7px;
|
|
}
|
|
|
|
.stats {
|
|
border: 0;
|
|
font: 0/0 a;
|
|
text-shadow: none;
|
|
color: transparent;
|
|
background-color: transparent;
|
|
}
|
|
|
|
table.tablesorter {
|
|
font-size: 12px;
|
|
background-color: #4D4D4D;
|
|
width: 1024px;
|
|
border: 1px solid #000;
|
|
}
|
|
|
|
table.tablesorter th {
|
|
text-align: left;
|
|
padding: 5px;
|
|
background-color: #6E6E6E;
|
|
}
|
|
|
|
table.tablesorter td {
|
|
color: #FFF;
|
|
padding: 5px;
|
|
}
|
|
|
|
table.tablesorter .even {
|
|
background-color: #3D3D3D;
|
|
}
|
|
|
|
table.tablesorter .odd {
|
|
background-color: #6E6E6E;
|
|
}
|
|
|
|
table.tablesorter .header {
|
|
background-image: url(../img/bg.png);
|
|
background-repeat: no-repeat;
|
|
border-left: 1px solid #FFF;
|
|
border-right: 1px solid #000;
|
|
border-top: 1px solid #FFF;
|
|
padding-left: 30px;
|
|
padding-top: 8px;
|
|
height: auto;
|
|
}
|
|
|
|
table.tablesorter .headerSortUp {
|
|
background-image: url(../img/asc.png);
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
table.tablesorter .headerSortDown {
|
|
background-image: url(../img/desc.png);
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
table .header {
|
|
cursor: pointer;
|
|
}
|
|
|
|
table .header:after {
|
|
content: "";
|
|
float: right;
|
|
margin-top: 7px;
|
|
border-width: 0 4px 4px;
|
|
border-style: solid;
|
|
border-color: #000000 transparent;
|
|
visibility: hidden;
|
|
}
|
|
|
|
table .headerSortUp, table .headerSortDown {
|
|
background-color: #f7f7f9;
|
|
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
|
}
|
|
|
|
table .header:hover:after {
|
|
visibility: visible;
|
|
}
|
|
|
|
table .headerSortDown:after, table .headerSortDown:hover:after {
|
|
visibility: visible;
|
|
filter: alpha(opacity = 60);
|
|
-moz-opacity: 0.6;
|
|
opacity: 0.6;
|
|
}
|
|
|
|
table .headerSortUp:after {
|
|
border-bottom: none;
|
|
border-left: 4px solid transparent;
|
|
border-right: 4px solid transparent;
|
|
border-top: 4px solid #000000;
|
|
visibility: visible;
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
box-shadow: none;
|
|
filter: alpha(opacity = 60);
|
|
-moz-opacity: 0.6;
|
|
opacity: 0.6;
|
|
}
|
|
|
|
input[type="checkbox"] {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.slideThree {
|
|
width: 80px;
|
|
height: 26px;
|
|
background: #333;
|
|
margin: 20px auto;
|
|
-webkit-border-radius: 50px;
|
|
-moz-border-radius: 50px;
|
|
border-radius: 50px;
|
|
position: relative;
|
|
-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
|
|
-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
|
|
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
|
|
}
|
|
|
|
.slideThree {
|
|
width: 80px;
|
|
height: 26px;
|
|
background: #333;
|
|
margin: 20px auto;
|
|
|
|
-webkit-border-radius: 50px;
|
|
-moz-border-radius: 50px;
|
|
border-radius: 50px;
|
|
position: relative;
|
|
|
|
-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
|
|
-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
|
|
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
|
|
}
|
|
|
|
.slideThree:after {
|
|
content: 'OFF';
|
|
font: 12px/26px Arial, sans-serif;
|
|
color: #000;
|
|
position: absolute;
|
|
right: 10px;
|
|
z-index: 0;
|
|
font-weight: bold;
|
|
text-shadow: 1px 1px 0px rgba(255, 255, 255, .15);
|
|
}
|
|
|
|
.slideThree:before {
|
|
content: 'ON';
|
|
font: 12px/26px Arial, sans-serif;
|
|
color: #00bf00;
|
|
position: absolute;
|
|
left: 10px;
|
|
z-index: 0;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.slideThree label {
|
|
display: block;
|
|
width: 34px;
|
|
height: 20px;
|
|
|
|
-webkit-border-radius: 50px;
|
|
-moz-border-radius: 50px;
|
|
border-radius: 50px;
|
|
|
|
-webkit-transition: all .4s ease;
|
|
-moz-transition: all .4s ease;
|
|
-o-transition: all .4s ease;
|
|
-ms-transition: all .4s ease;
|
|
transition: all .4s ease;
|
|
cursor: pointer;
|
|
position: absolute;
|
|
top: 3px;
|
|
left: 3px;
|
|
z-index: 1;
|
|
|
|
-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
|
|
-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
|
|
background: #fcfff4;
|
|
|
|
background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
|
|
background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
|
|
background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
|
|
background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
|
|
background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fcfff4', endColorstr = '#b3bead', GradientType = 0);
|
|
}
|
|
|
|
.slideThree input[type=checkbox]:checked + label {
|
|
left: 43px;
|
|
}
|
|
|
|
.droparea {
|
|
position: relative;
|
|
text-align: center;
|
|
}
|
|
|
|
.multiple {
|
|
position: relative;
|
|
height: 20px;
|
|
}
|
|
|
|
.droparea div, .droparea input, .multiple div, .multiple input {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.droparea input, .multiple input {
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
}
|
|
|
|
.droparea .instructions, .multiple .instructions {
|
|
border: 2px dashed #ddd;
|
|
opacity: .8;
|
|
}
|
|
|
|
.droparea .instructions.over, .multiple .instructions.over {
|
|
border: 2px dashed #000;
|
|
background: #ffa;
|
|
}
|
|
|
|
.droparea .progress, .multiple .progress {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 0;
|
|
color: #fff;
|
|
background: #6b0;
|
|
}
|
|
|
|
.multiple .progress {
|
|
width: 0;
|
|
height: 100%;
|
|
}
|
|
|
|
#areas {
|
|
float: left;
|
|
width: 480px;
|
|
}
|
|
|
|
div.spot {
|
|
float: left;
|
|
margin: 0 20px 0 0;
|
|
width: 120px;
|
|
height: 120px;
|
|
}
|
|
|
|
.thumb {
|
|
float: left;
|
|
margin: 0 20px 20px 0;
|
|
width: 140px;
|
|
min-height: 105px;
|
|
}
|
|
|
|
.desc {
|
|
float: right;
|
|
width: 460px;
|
|
}
|
|
|
|
.signature a {
|
|
color: #555;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.signature img {
|
|
margin-right: 5px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
input[type=text], textarea {
|
|
margin-bottom: 10px;
|
|
padding: 5px;
|
|
width: 288px;
|
|
height: 18px;
|
|
border: 1px solid #bbb;
|
|
}
|
|
|
|
textarea {
|
|
height: 58px;
|
|
}
|
|
|
|
input[type=submit] {
|
|
float: right;
|
|
margin-right: 20px;
|
|
padding: 5px 25px;
|
|
color: #111;
|
|
border: 1px solid #666;
|
|
background: #888;
|
|
}
|
|
|
|
.boxsizingBorder {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.widget_woo_twitter
|
|
.back {
|
|
padding: 0px
|
|
}
|
|
|
|
.widget_woo_twitter
|
|
ul {
|
|
background: none;
|
|
padding-left: 0
|
|
}
|
|
|
|
.widget_woo_twitter ul
|
|
li {
|
|
background: #fff;
|
|
border: 1px solid #BFD4D9;
|
|
border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
padding: 5px 10px;
|
|
margin-bottom: 5px;
|
|
list-style: none
|
|
}
|
|
|
|
.widget_woo_twitter ul li
|
|
a {
|
|
padding: 0px
|
|
}
|
|
|
|
.widget_woo_twitter ul li
|
|
.time {
|
|
color: #999
|
|
}
|
|
|
|
.widget_woo_twitter
|
|
p {
|
|
padding-top: 10px
|
|
}
|
|
|
|
.widget_woo_twitter p
|
|
a {
|
|
color: #222
|
|
}
|
|
|
|
.widget_woo_twitter ul li
|
|
.content {
|
|
font-size: 12px
|
|
}
|
|
|
|
.widget_woo_twitter ul li
|
|
.time {
|
|
display: block
|
|
}
|
|
|
|
.widget.widget_woo_twitter
|
|
h3 {
|
|
border-bottom: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
padding: 15px 0 15px 35px;
|
|
background: url(../img/twitter.png) no-repeat left;
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
div.event-content img {
|
|
width: auto;
|
|
height: auto;
|
|
max-width: none;
|
|
}
|
|
|
|
div.event-content td {
|
|
padding: 12px;
|
|
}
|
|
|
|
.side-player {
|
|
display: block;
|
|
background: none repeat scroll 0 0 #FFFFFF;
|
|
border: 1px solid #BFD4D9;
|
|
border-radius: 3px 3px 3px 3px;
|
|
list-style: none outside none;
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
margin: 0 0 10px 25px;
|
|
}
|
|
|
|
#whats-on {
|
|
padding: 15px 0 15px 70px;
|
|
background: url(../img/whats-on.png) no-repeat left;
|
|
margin: 0;
|
|
}
|