Skip to content

Instantly share code, notes, and snippets.

@bernatfortet
Created January 14, 2013 18:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bernatfortet/4532215 to your computer and use it in GitHub Desktop.
Save bernatfortet/4532215 to your computer and use it in GitHub Desktop.
Cargo Collective CSS
@import url("http://files.bernatfortet.com/web/css/style.css");
/* TOOLSET */
.toolset { position:fixed; top:10px; right:10px; z-index:9999; }
/* LOADER */
.loader_holder { z-index:3; position:absolute; text-align:center; top:57px; left:90px; display:none;}
.loader_holder.custom {
display: none;
left: 8px;
position: absolute;
text-align: center;
top: 8px;
z-index: 3;
}
#nav_loadspin { position:fixed; top:8px; left:740px; display:none; z-index:11;}
/* Video component
***********************************************************************************************************/
.video_component {
float: left;
margin: 0 15px 15px 0;
}
/* Audio component
***********************************************************************************************************/
.audio_component {
color: #777777;
font-family: "Droid Sans Mono", Monaco, Monospace, Arial, san-serif;
font-size: 10px;
height: 30px;
line-height: 26px;
width: 300px;
}
.audio_component div {
height: 26px;
}
.audio_component .border {
border: 2px solid #aaaaaa;
opacity: 0.5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
}
.audio_component .vertical_border {
background: #aaaaaa;
opacity: 0.50;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
}
.audio_component .controls {
top: 2px; left: 2px;
}
.audio_component .play_pause {
background: url("/_gfx/playpause.png");
}
.audio_component .spectrum .spectrum_bar {
background: #666666;
}
.audio_component .loading {
background: #bbbbbb;
opacity: 0.25;
filter: alpha(opacity=25);
-moz-opacity: 0.25;
-khtml-opacity: 0.25;
}
.audio_component .progress {
background: #bbbbbb;
border-right: 1px dotted #333333;
opacity: 0.25;
filter: alpha(opacity=25);
-moz-opacity: 0.25;
-khtml-opacity: 0.25;
}
.audio_component .volume_slide.hover {
background: #bbbbbb;
opacity: 0.3;
filter: alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
}
/* In-browser code editing made "almost bearable" by CodeMirror: http://marijn.haverbeke.nl/codemirror
***********************************************************************************************************/
/*
----------------------------------------------------------------
M I S C
---------------------------------------------------------------- */
.biglink{cursor:pointer; font-family:Arial,Helvetica; font-size:44px; font-weight:bold; letter-spacing:-3px; line-height:1.2em; margin-left:210p;padding:0 10px; text-align:center; text-decoration:none !important;}
/**
* Fullscreen button
*/
a#fullscreen {
background-color: #1a1a1a;
background-image: url(/_gfx/fullscreen_open.png);
background-repeat: no-repeat;
background-position: 67px 3px;
border: 1px solid #1a1a1a;
color: #bbbbbb;
display: block;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
font-size: 11px;
line-height: 18px;
height: 19px;
padding: 0 4px 0 5px;
text-align: left;
text-decoration: none;
width: 74px;
}
a#fullscreen:hover {
background-color: #fff;
color: #000;
}
a#fullscreen:active {
background-color: #fff;
border: 1px solid #999;
color: #666;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment