|
|
|
@ -1,6 +1,8 @@ |
|
|
|
|
@import "fonts.css"; |
|
|
|
|
|
|
|
|
|
@import "jquery.gritter.css"; |
|
|
|
|
|
|
|
|
|
@import "../bootstrap/css/bootstrap.min.css"; |
|
|
|
|
/* IF IM NOT A .LESS FILE DO NOT EDIT ME, BUT EDIT THE LESS FILE INSTEAD :) |
|
|
|
|
@see http://lesscss.org/ */ |
|
|
|
|
/* |
|
|
|
@ -11,119 +13,20 @@ |
|
|
|
|
* |
|
|
|
|
* Licensed under GNU Affero General Public License v3 or later |
|
|
|
|
*/ |
|
|
|
|
/* this is a css style reset. there’s much discussion if something like this |
|
|
|
|
is helpful and appropriate. well... it’s here for now, so please don’t |
|
|
|
|
change anything in the following block */ |
|
|
|
|
html, |
|
|
|
|
body, |
|
|
|
|
div, |
|
|
|
|
span, |
|
|
|
|
applet, |
|
|
|
|
object, |
|
|
|
|
iframe, |
|
|
|
|
h1, |
|
|
|
|
h2, |
|
|
|
|
h3, |
|
|
|
|
h4, |
|
|
|
|
h5, |
|
|
|
|
h6, |
|
|
|
|
p, |
|
|
|
|
blockquote, |
|
|
|
|
pre, |
|
|
|
|
a, |
|
|
|
|
abbr, |
|
|
|
|
acronym, |
|
|
|
|
address, |
|
|
|
|
big, |
|
|
|
|
cite, |
|
|
|
|
code, |
|
|
|
|
del, |
|
|
|
|
dfn, |
|
|
|
|
em, |
|
|
|
|
font, |
|
|
|
|
img, |
|
|
|
|
ins, |
|
|
|
|
kbd, |
|
|
|
|
q, |
|
|
|
|
s, |
|
|
|
|
samp, |
|
|
|
|
small, |
|
|
|
|
strike, |
|
|
|
|
strong, |
|
|
|
|
sub, |
|
|
|
|
sup, |
|
|
|
|
tt, |
|
|
|
|
var, |
|
|
|
|
b, |
|
|
|
|
u, |
|
|
|
|
i, |
|
|
|
|
center, |
|
|
|
|
dl, |
|
|
|
|
dt, |
|
|
|
|
dd, |
|
|
|
|
ol, |
|
|
|
|
ul, |
|
|
|
|
li, |
|
|
|
|
fieldset, |
|
|
|
|
form, |
|
|
|
|
label, |
|
|
|
|
legend, |
|
|
|
|
table, |
|
|
|
|
caption, |
|
|
|
|
tbody, |
|
|
|
|
tfoot, |
|
|
|
|
thead, |
|
|
|
|
tr, |
|
|
|
|
th, |
|
|
|
|
td { |
|
|
|
|
background: transparent; |
|
|
|
|
border: 0; |
|
|
|
|
margin: 0; |
|
|
|
|
padding: 0; |
|
|
|
|
vertical-align: baseline; |
|
|
|
|
} |
|
|
|
|
ol, ul, li { |
|
|
|
|
list-style: none; |
|
|
|
|
} |
|
|
|
|
a:focus, input:focus { |
|
|
|
|
outline: none; |
|
|
|
|
} |
|
|
|
|
body { |
|
|
|
|
line-height: 1; |
|
|
|
|
} |
|
|
|
|
blockquote { |
|
|
|
|
quotes: none; |
|
|
|
|
} |
|
|
|
|
blockquote:before, blockquote:after { |
|
|
|
|
content: ''; |
|
|
|
|
content: none; |
|
|
|
|
} |
|
|
|
|
del { |
|
|
|
|
text-decoration: line-through; |
|
|
|
|
} |
|
|
|
|
table { |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
border-spacing: 0; |
|
|
|
|
} |
|
|
|
|
a img { |
|
|
|
|
border: none; |
|
|
|
|
} |
|
|
|
|
a { |
|
|
|
|
text-decoration: none; |
|
|
|
|
color: inherit; |
|
|
|
|
} |
|
|
|
|
/* end of the css style reset block. feel free to change things */ |
|
|
|
|
body { |
|
|
|
|
background: white; |
|
|
|
|
font: 11px "Open Sans", Tahoma, Verdana, Arial, sans-serif; |
|
|
|
|
font-family: "Open Sans", Tahoma, Verdana, Arial, sans-serif; |
|
|
|
|
padding-top: 60px; |
|
|
|
|
} |
|
|
|
|
td { |
|
|
|
|
word-wrap: break-word; |
|
|
|
|
} |
|
|
|
|
h1, |
|
|
|
|
h2, |
|
|
|
|
h3, |
|
|
|
|
h4, |
|
|
|
|
h5, |
|
|
|
|
h6, |
|
|
|
|
th { |
|
|
|
|
h6 { |
|
|
|
|
clear: both; |
|
|
|
|
font-weight: bold; |
|
|
|
|
margin: 0; |
|
|
|
@ -148,63 +51,48 @@ h3 { |
|
|
|
|
clear: both; |
|
|
|
|
display: block; |
|
|
|
|
} |
|
|
|
|
a { |
|
|
|
|
color: #3398cc; |
|
|
|
|
.navbar-inner { |
|
|
|
|
border-radius: 0; |
|
|
|
|
} |
|
|
|
|
a:hover { |
|
|
|
|
color: white; |
|
|
|
|
background-color: #3398cc; |
|
|
|
|
.navbar-inner a.brand { |
|
|
|
|
background: url("img/logo.png") 6px center no-repeat transparent; |
|
|
|
|
padding-left: 37px; |
|
|
|
|
} |
|
|
|
|
.content { |
|
|
|
|
padding: 5px; |
|
|
|
|
.navbar-search { |
|
|
|
|
margin-bottom: -6px; |
|
|
|
|
} |
|
|
|
|
input, select { |
|
|
|
|
padding: 2px 5px; |
|
|
|
|
border: 1px solid #E5E5E5; |
|
|
|
|
/* hack for webkit-based browser to hide borders */ |
|
|
|
|
|
|
|
|
|
background: url("img/404") white; |
|
|
|
|
.navbar-search span { |
|
|
|
|
margin-top: -6px; |
|
|
|
|
} |
|
|
|
|
input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus { |
|
|
|
|
background: #FAFFBD; |
|
|
|
|
ul.thumbnails div.thumbnail { |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
p { |
|
|
|
|
margin-bottom: 7px; |
|
|
|
|
ul.thumbnails div.thumbnail:hover { |
|
|
|
|
border-color: #007bba; |
|
|
|
|
} |
|
|
|
|
#header { |
|
|
|
|
margin-bottom: 20px; |
|
|
|
|
position: relative; |
|
|
|
|
z-index: 100; |
|
|
|
|
ul.thumbnails div.thumbnail h4 a, ul.thumbnails div.thumbnail h5 a { |
|
|
|
|
white-space: nowrap; |
|
|
|
|
width: 100%; |
|
|
|
|
overflow: hidden; |
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
display: block; |
|
|
|
|
padding: 2px 0; |
|
|
|
|
} |
|
|
|
|
#header > div { |
|
|
|
|
padding: 5px 10px; |
|
|
|
|
.table thead.no-border th, .table thead.no-border td { |
|
|
|
|
border-top: 0; |
|
|
|
|
} |
|
|
|
|
#header .search { |
|
|
|
|
height: 40px; |
|
|
|
|
position: relative; |
|
|
|
|
z-index: 2; |
|
|
|
|
background-color: #111111; |
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#111111)); |
|
|
|
|
background-image: -webkit-linear-gradient(top, #666666, #111111); |
|
|
|
|
background-image: -moz-linear-gradient(top, #666666, #111111); |
|
|
|
|
background-image: -ms-linear-gradient(top, #666666, #111111); |
|
|
|
|
background-image: -o-linear-gradient(top, #666666, #111111); |
|
|
|
|
background-image: linear-gradient(top, #666666, #111111); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#111111'); |
|
|
|
|
-moz-box-shadow: 0 3px 8px 0 black; |
|
|
|
|
-webkit-box-shadow: 0 3px 8px 0 black; |
|
|
|
|
box-shadow: 0 3px 8px 0 black; |
|
|
|
|
a { |
|
|
|
|
color: #3398cc; |
|
|
|
|
} |
|
|
|
|
#header .search > div { |
|
|
|
|
background: url("img/logo.png") 0 center no-repeat transparent; |
|
|
|
|
height: 100%; |
|
|
|
|
a:hover { |
|
|
|
|
color: white; |
|
|
|
|
background-color: #3398cc; |
|
|
|
|
} |
|
|
|
|
#header .search input { |
|
|
|
|
width: 300px; |
|
|
|
|
height: 30px; |
|
|
|
|
float: right; |
|
|
|
|
a:hover.image { |
|
|
|
|
color: inherit; |
|
|
|
|
background-color: inherit; |
|
|
|
|
} |
|
|
|
|
#header .search ul.ui-autocomplete { |
|
|
|
|
ul.ui-autocomplete { |
|
|
|
|
background: white; |
|
|
|
|
width: 298px; |
|
|
|
|
border-width: 0 1px 1px 1px; |
|
|
|
@ -212,10 +100,10 @@ p { |
|
|
|
|
border-color: black; |
|
|
|
|
z-index: 100; |
|
|
|
|
} |
|
|
|
|
#header .search ul.ui-autocomplete li.ui-menu-item { |
|
|
|
|
ul.ui-autocomplete li.ui-menu-item { |
|
|
|
|
display: table-row; |
|
|
|
|
} |
|
|
|
|
#header .search ul.ui-autocomplete li.ui-menu-item:hover, #header .search ul.ui-autocomplete li.ui-menu-item.focus { |
|
|
|
|
ul.ui-autocomplete li.ui-menu-item:hover, ul.ui-autocomplete li.ui-menu-item.focus { |
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#32bbef), to(#3398cc)); |
|
|
|
|
background-image: -webkit-linear-gradient(top, #32bbef, #3398cc); |
|
|
|
|
background-image: -moz-linear-gradient(top, #32bbef, #3398cc); |
|
|
|
@ -227,153 +115,60 @@ p { |
|
|
|
|
-webkit-box-shadow: 0 0 5px #666666; |
|
|
|
|
box-shadow: 0 0 5px #666666; |
|
|
|
|
} |
|
|
|
|
#header .search ul.ui-autocomplete li.ui-menu-item:hover a, #header .search ul.ui-autocomplete li.ui-menu-item.focus a { |
|
|
|
|
ul.ui-autocomplete li.ui-menu-item:hover a, ul.ui-autocomplete li.ui-menu-item.focus a { |
|
|
|
|
color: white !important; |
|
|
|
|
} |
|
|
|
|
#header .search ul.ui-autocomplete li.ui-menu-item a span { |
|
|
|
|
ul.ui-autocomplete li.ui-menu-item a span { |
|
|
|
|
line-height: 1; |
|
|
|
|
vertical-align: top; |
|
|
|
|
} |
|
|
|
|
#header .search ul.ui-autocomplete li.ui-menu-item a span img { |
|
|
|
|
ul.ui-autocomplete li.ui-menu-item a span img { |
|
|
|
|
height: 50px; |
|
|
|
|
} |
|
|
|
|
#header .search ul.ui-autocomplete li.ui-menu-item a#ui-active-menuitem.ui-corner-all div { |
|
|
|
|
ul.ui-autocomplete li.ui-menu-item a#ui-active-menuitem.ui-corner-all div { |
|
|
|
|
color: #FF0084; |
|
|
|
|
} |
|
|
|
|
#header .search ul.ui-autocomplete li.ui-menu-item a.ui-corner-all span { |
|
|
|
|
ul.ui-autocomplete li.ui-menu-item a.ui-corner-all span { |
|
|
|
|
display: table-cell; |
|
|
|
|
} |
|
|
|
|
#header .search ul.ui-autocomplete .preview, #header .search ul.ui-autocomplete .buy, #header .search ul.ui-autocomplete .meta { |
|
|
|
|
ul.ui-autocomplete .preview, ul.ui-autocomplete .buy, ul.ui-autocomplete .meta { |
|
|
|
|
height: 50px; |
|
|
|
|
padding: 5px; |
|
|
|
|
font-size: 10px; |
|
|
|
|
} |
|
|
|
|
#header .search ul.ui-autocomplete .preview { |
|
|
|
|
ul.ui-autocomplete .preview { |
|
|
|
|
width: 50px; |
|
|
|
|
overflow: hidden; |
|
|
|
|
text-align: center; |
|
|
|
|
vertical-align: middle; |
|
|
|
|
} |
|
|
|
|
#header .search ul.ui-autocomplete .buy { |
|
|
|
|
ul.ui-autocomplete .buy { |
|
|
|
|
vertical-align: middle; |
|
|
|
|
width: 50px; |
|
|
|
|
} |
|
|
|
|
#header .search ul.ui-autocomplete .focus .buy { |
|
|
|
|
ul.ui-autocomplete .focus .buy { |
|
|
|
|
background-image: url("img/alt.png"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-position: 2px center; |
|
|
|
|
} |
|
|
|
|
#header .search ul.ui-autocomplete .focus .buy.lock { |
|
|
|
|
ul.ui-autocomplete .focus .buy.lock { |
|
|
|
|
background-image: url("img/buy.png"); |
|
|
|
|
} |
|
|
|
|
#header .search ul.ui-autocomplete .focus .buy.lock.load, #header .search ul.ui-autocomplete .focus .buy.load { |
|
|
|
|
ul.ui-autocomplete .focus .buy.lock.load, ul.ui-autocomplete .focus .buy.load { |
|
|
|
|
background-image: url("img/load.svg"); |
|
|
|
|
} |
|
|
|
|
#header .search ul.ui-autocomplete .focus .buy.lock.success, #header .search ul.ui-autocomplete .focus .buy.success { |
|
|
|
|
ul.ui-autocomplete .focus .buy.lock.success, ul.ui-autocomplete .focus .buy.success { |
|
|
|
|
background-image: url("img/success.png"); |
|
|
|
|
} |
|
|
|
|
#header .search ul.ui-autocomplete .focus .buy.lock.failure, #header .search ul.ui-autocomplete .focus .buy.failure { |
|
|
|
|
ul.ui-autocomplete .focus .buy.lock.failure, ul.ui-autocomplete .focus .buy.failure { |
|
|
|
|
background-image: url("img/failure.png"); |
|
|
|
|
} |
|
|
|
|
#header .search ul.ui-autocomplete .meta { |
|
|
|
|
ul.ui-autocomplete .meta { |
|
|
|
|
width: 210px; |
|
|
|
|
} |
|
|
|
|
#header .search ul.ui-autocomplete .meta:first-line { |
|
|
|
|
ul.ui-autocomplete .meta:first-line { |
|
|
|
|
font-weight: bold; |
|
|
|
|
} |
|
|
|
|
#header .navigation { |
|
|
|
|
text-transform: uppercase; |
|
|
|
|
color: white; |
|
|
|
|
border-bottom: 2px solid black; |
|
|
|
|
padding-top: 10px; |
|
|
|
|
position: relative; |
|
|
|
|
z-index: 1; |
|
|
|
|
background-color: #3398cc; |
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#32bbef), to(#3398cc)); |
|
|
|
|
background-image: -webkit-linear-gradient(top, #32bbef, #3398cc); |
|
|
|
|
background-image: -moz-linear-gradient(top, #32bbef, #3398cc); |
|
|
|
|
background-image: -ms-linear-gradient(top, #32bbef, #3398cc); |
|
|
|
|
background-image: -o-linear-gradient(top, #32bbef, #3398cc); |
|
|
|
|
background-image: linear-gradient(top, #32bbef, #3398cc); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#32bbef', EndColorStr='#3398cc'); |
|
|
|
|
} |
|
|
|
|
#header .navigation > * { |
|
|
|
|
display: inline-block; |
|
|
|
|
vertical-align: middle; |
|
|
|
|
} |
|
|
|
|
#header .navigation h1 { |
|
|
|
|
color: white; |
|
|
|
|
margin: 0 20px 0 0; |
|
|
|
|
text-shadow: 0 -1px #777777; |
|
|
|
|
} |
|
|
|
|
#header .navigation li { |
|
|
|
|
display: inline-block; |
|
|
|
|
font-weight: bold; |
|
|
|
|
margin-right: 10px; |
|
|
|
|
} |
|
|
|
|
#header .navigation li a { |
|
|
|
|
display: block; |
|
|
|
|
text-align: center; |
|
|
|
|
vertical-align: middle; |
|
|
|
|
padding: 10px 15px; |
|
|
|
|
margin: 3px 0; |
|
|
|
|
color: white; |
|
|
|
|
-webkit-border-radius: 20px; |
|
|
|
|
-moz-border-radius: 20px; |
|
|
|
|
border-radius: 20px; |
|
|
|
|
/* useful if you don't want a bg color from leaking outside the border: */ |
|
|
|
|
|
|
|
|
|
-moz-background-clip: padding; |
|
|
|
|
-webkit-background-clip: padding-box; |
|
|
|
|
background-clip: padding-box; |
|
|
|
|
-webkit-transition: background .2s, box-shadow .2s; |
|
|
|
|
-moz-transition: background .2s, box-shadow .2s; |
|
|
|
|
-ms-transition: background .2s, box-shadow .2s; |
|
|
|
|
-o-transition: background .2s, box-shadow .2s; |
|
|
|
|
transition: background .2s, box-shadow .2s; |
|
|
|
|
} |
|
|
|
|
#header .navigation li a:hover { |
|
|
|
|
background: white; |
|
|
|
|
color: #3398cc; |
|
|
|
|
-moz-box-shadow: 0 1px 0 0 #777777 inset; |
|
|
|
|
-webkit-box-shadow: 0 1px 0 0 #777777 inset; |
|
|
|
|
box-shadow: 0 1px 0 0 #777777 inset; |
|
|
|
|
-webkit-transition: background .2s, box-shadow .2s; |
|
|
|
|
-moz-transition: background .2s, box-shadow .2s; |
|
|
|
|
-ms-transition: background .2s, box-shadow .2s; |
|
|
|
|
-o-transition: background .2s, box-shadow .2s; |
|
|
|
|
transition: background .2s, box-shadow .2s; |
|
|
|
|
} |
|
|
|
|
#header .navigation .balance { |
|
|
|
|
float: right; |
|
|
|
|
display: block; |
|
|
|
|
padding: 10px 0; |
|
|
|
|
margin: 3px 0; |
|
|
|
|
} |
|
|
|
|
form.login { |
|
|
|
|
width: 300px; |
|
|
|
|
margin: 60px auto; |
|
|
|
|
border: 1px solid #e5e5e5; |
|
|
|
|
padding: 20px; |
|
|
|
|
-moz-box-shadow: 1px 1px 2px #eaeaea; |
|
|
|
|
-webkit-box-shadow: 1px 1px 2px #eaeaea; |
|
|
|
|
box-shadow: 1px 1px 2px #eaeaea; |
|
|
|
|
} |
|
|
|
|
form.login label { |
|
|
|
|
display: block; |
|
|
|
|
margin-top: 10px; |
|
|
|
|
margin-bottom: 3px; |
|
|
|
|
} |
|
|
|
|
form.login input { |
|
|
|
|
font-size: 20px; |
|
|
|
|
width: 97%; |
|
|
|
|
padding: 5px 3px; |
|
|
|
|
} |
|
|
|
|
form.login .button { |
|
|
|
|
margin: 12px auto 0; |
|
|
|
|
float: none; |
|
|
|
|
width: 70%; |
|
|
|
|
} |
|
|
|
|
table.itemList { |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
@ -553,23 +348,6 @@ table.itemListContainer > tbody > tr:first-child ~ tr > td { |
|
|
|
|
-webkit-box-shadow: 0 1px 3px 0 black, 0 1px 3px 0 black inset; |
|
|
|
|
box-shadow: 0 1px 3px 0 black, 0 1px 3px 0 black inset; |
|
|
|
|
} |
|
|
|
|
.viewControl { |
|
|
|
|
border-bottom: 1px solid #007bba; |
|
|
|
|
margin-bottom: 18px; |
|
|
|
|
padding-bottom: 7px; |
|
|
|
|
} |
|
|
|
|
.viewControl h2:after, |
|
|
|
|
.viewControl h3:after, |
|
|
|
|
.viewControl h4:after, |
|
|
|
|
.viewControl h5:after { |
|
|
|
|
content: ": "; |
|
|
|
|
} |
|
|
|
|
.viewControl > * { |
|
|
|
|
display: inline-block; |
|
|
|
|
float: none; |
|
|
|
|
vertical-align: middle; |
|
|
|
|
margin: 0 10px 0 0; |
|
|
|
|
} |
|
|
|
|
.textData thead, .textData tfoot { |
|
|
|
|
background-color: #111111; |
|
|
|
|
} |
|
|
|
@ -625,34 +403,3 @@ table.itemListContainer > tbody > tr:first-child ~ tr > td { |
|
|
|
|
.transaction input[type="text"], .transaction select { |
|
|
|
|
font-size: 16px; |
|
|
|
|
} |
|
|
|
|
.notice, .error, .ok { |
|
|
|
|
position: fixed; |
|
|
|
|
bottom: 0; |
|
|
|
|
left: -5px; |
|
|
|
|
width: 100%; |
|
|
|
|
border-style: solid; |
|
|
|
|
border-width: 1px 0 0 0; |
|
|
|
|
padding: 7px 15px; |
|
|
|
|
margin-top: 10px; |
|
|
|
|
font-weight: bold; |
|
|
|
|
} |
|
|
|
|
.notice h2, .error h2, .ok h2 { |
|
|
|
|
font-size: 14px; |
|
|
|
|
color: inherit; |
|
|
|
|
border-bottom: 0; |
|
|
|
|
} |
|
|
|
|
.notice { |
|
|
|
|
background-color: #FFF6BF; |
|
|
|
|
border-color: #FFD324; |
|
|
|
|
color: #514721; |
|
|
|
|
} |
|
|
|
|
.error { |
|
|
|
|
background: #FBE3E4; |
|
|
|
|
color: #8A1F11; |
|
|
|
|
border-color: #FBC2C4; |
|
|
|
|
} |
|
|
|
|
.ok { |
|
|
|
|
background: #E6EFC2; |
|
|
|
|
color: #264409; |
|
|
|
|
border-color: #C6D880; |
|
|
|
|
} |
|
|
|
|