Language: CSS
Untitled CSS (9-Mar @ 22:52)
Syntax Highlighted Code
- /* Containers
- ----------------------------------------------------------------------------------------------------*/
- .container_ {
- margin-left: auto;
- [84 more lines...]
Plain Code
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_ {
margin-left: auto;
margin-right: auto;
width: 0px;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_{
display:inline;
float: left;
position: relative;
margin-left: 0px;
margin-right: 0px;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
margin-left: 0;
}
.omega {
margin-right: 0;
}
/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/
/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
Untitled CSS (9-Mar @ 14:10)
Syntax Highlighted Code
- /* Containers
- ----------------------------------------------------------------------------------------------------*/
- .container_ {
- margin-left: auto;
- [85 more lines...]
Plain Code
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_ {
margin-left: auto;
margin-right: auto;
width: 0px;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_{
display:inline;
float: left;
position: relative;
margin-left: 0px;
margin-right: 0px;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
margin-left: 0;
}
.omega {
margin-right: 0;
}
/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/
/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
Untitled CSS (4-Mar @ 07:41)
Syntax Highlighted Code
- /* Containers ----------------------------------------------------------------------------------------------------*/ .container_ { margin-left: auto; margin-right: auto; width: 0px; } /* Grid >> Global ----------------------------------------------------------------------------------------------------*/ .grid_{ display:inline; float: left; position: relative; margin-left: 0px; margin-right: 0px; } /* Grid >> Children (Alpha ~ First, Omega ~ Last) ----------------------------------------------------------------------------------------------------*/ .alpha { margin-left: 0; } .omega { margin-right: 0; } /* Grid >> 2 Columns ----------------------------------------------------------------------------------------------------*/ /* Prefix Extra Space >> 2 Columns ----------------------------------------------------------------------------------------------------*/ /* Suffix Extra Space >> 2 Columns ----------------------------------------------------------------------------------------------------*/ /* Push Space >> 2 Columns ----------------------------------------------------------------------------------------------------*/ /* Pull Space >> 2 Columns ----------------------------------------------------------------------------------------------------*/ /* Clear Floated Elements ----------------------------------------------------------------------------------------------------*/ .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; } .clearfix { display: inline-block; } * html .clearfix { height: 1%; } .clearfix { display: block; }
Plain Code
/* Containers ----------------------------------------------------------------------------------------------------*/ .container_ { margin-left: auto; margin-right: auto; width: 0px; } /* Grid >> Global ----------------------------------------------------------------------------------------------------*/ .grid_{ display:inline; float: left; position: relative; margin-left: 0px; margin-right: 0px; } /* Grid >> Children (Alpha ~ First, Omega ~ Last) ----------------------------------------------------------------------------------------------------*/ .alpha { margin-left: 0; } .omega { margin-right: 0; } /* Grid >> 2 Columns ----------------------------------------------------------------------------------------------------*/ /* Prefix Extra Space >> 2 Columns ----------------------------------------------------------------------------------------------------*/ /* Suffix Extra Space >> 2 Columns ----------------------------------------------------------------------------------------------------*/ /* Push Space >> 2 Columns ----------------------------------------------------------------------------------------------------*/ /* Pull Space >> 2 Columns ----------------------------------------------------------------------------------------------------*/ /* Clear Floated Elements ----------------------------------------------------------------------------------------------------*/ .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; } .clearfix { display: inline-block; } * html .clearfix { height: 1%; } .clearfix { display: block; }
Untitled CSS (3-Mar @ 10:59)
Syntax Highlighted Code
- /* Containers
- ----------------------------------------------------------------------------------------------------*/
- .container_12 {
- margin-left: auto;
- [264 more lines...]
Plain Code
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
margin-left: auto;
margin-right: auto;
width: 960px;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12{
display:inline;
float: left;
position: relative;
margin-left: 2.5px;
margin-right: 2.5px;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
margin-left: 0;
}
.omega {
margin-right: 0;
}
/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
width:75px;
}
.container_12 .grid_2 {
width:155px;
}
.container_12 .grid_3 {
width:235px;
}
.container_12 .grid_4 {
width:315px;
}
.container_12 .grid_5 {
width:395px;
}
.container_12 .grid_6 {
width:475px;
}
.container_12 .grid_7 {
width:555px;
}
.container_12 .grid_8 {
width:635px;
}
.container_12 .grid_9 {
width:715px;
}
.container_12 .grid_10 {
width:795px;
}
.container_12 .grid_11 {
width:875px;
}
.container_12 .grid_12 {
width:955px;
}
/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
padding-left:80px;
}
.container_12 .prefix_2 {
padding-left:160px;
}
.container_12 .prefix_3 {
padding-left:240px;
}
.container_12 .prefix_4 {
padding-left:320px;
}
.container_12 .prefix_5 {
padding-left:400px;
}
.container_12 .prefix_6 {
padding-left:480px;
}
.container_12 .prefix_7 {
padding-left:560px;
}
.container_12 .prefix_8 {
padding-left:640px;
}
.container_12 .prefix_9 {
padding-left:720px;
}
.container_12 .prefix_10 {
padding-left:800px;
}
.container_12 .prefix_11 {
padding-left:880px;
}
/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
padding-right:80px;
}
.container_12 .suffix_2 {
padding-right:160px;
}
.container_12 .suffix_3 {
padding-right:240px;
}
.container_12 .suffix_4 {
padding-right:320px;
}
.container_12 .suffix_5 {
padding-right:400px;
}
.container_12 .suffix_6 {
padding-right:480px;
}
.container_12 .suffix_7 {
padding-right:560px;
}
.container_12 .suffix_8 {
padding-right:640px;
}
.container_12 .suffix_9 {
padding-right:720px;
}
.container_12 .suffix_10 {
padding-right:800px;
}
.container_12 .suffix_11 {
padding-right:880px;
}
/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
left:80px;
}
.container_12 .push_2 {
left:160px;
}
.container_12 .push_3 {
left:240px;
}
.container_12 .push_4 {
left:320px;
}
.container_12 .push_5 {
left:400px;
}
.container_12 .push_6 {
left:480px;
}
.container_12 .push_7 {
left:560px;
}
.container_12 .push_8 {
left:640px;
}
.container_12 .push_9 {
left:720px;
}
.container_12 .push_10 {
left:800px;
}
.container_12 .push_11 {
left:880px;
}
/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
right:80px;
}
.container_12 .pull_2 {
right:160px;
}
.container_12 .pull_3 {
right:240px;
}
.container_12 .pull_4 {
right:320px;
}
.container_12 .pull_5 {
right:400px;
}
.container_12 .pull_6 {
right:480px;
}
.container_12 .pull_7 {
right:560px;
}
.container_12 .pull_8 {
right:640px;
}
.container_12 .pull_9 {
right:720px;
}
.container_12 .pull_10 {
right:800px;
}
.container_12 .pull_11 {
right:880px;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
Untitled CSS (26-Feb @ 14:19)
Syntax Highlighted Code
- body{font:0.8em Calibri,"Lucida Grande",Lucida Sans Unicode,Trebuchet MS,Helvetica,Arial;background-color:#fff;font-style:normal;font-variant:normal;font-weight:normal;line-height:1.6;word-spacing:normal;color:#444}
- a{color:#C36408;text-decoration:none;cursor:pointer}
- a:hover{color:#C36408;text-decoration:underline}
- [30 more lines...]
Plain Code
body{font:0.8em Calibri,"Lucida Grande",Lucida Sans Unicode,Trebuchet MS,Helvetica,Arial;background-color:#fff;font-style:normal;font-variant:normal;font-weight:normal;line-height:1.6;word-spacing:normal;color:#444}
a{color:#C36408;text-decoration:none;cursor:pointer}
a:hover{color:#C36408;text-decoration:underline}
h1,h2,h3,h4,h5{line-height:1}
h1{font-size:2.2em;margin-top:10px}
#home{margin-top:0}
h2{font-size:1.85em}
h3{font-size:1.5em}
h4{font-size:1.25em}
h5{font-size:1.1em}
h1 a, h2 a, h3 a, h4 a, h5 a{color:#444}
h1 span, h2 span, h3 span, h4 span, h5 span{color:#999;font-weight:normal;font-style:italic;line-height:1.5}
h1 span{font-size:.55em}
h2 span{font-size:.65em}
h3 span{font-size:.75em}
h4 span{font-size:.85em}
h5 span{font-size:.95em}
p {
border: 1px solid #666;
overflow: hidden;
padding: 10px 0;
text-align: center;
}
.fl{float:left}
.fr{float:right}
.container_24 {
background: #fff url(../img/24_col.gif) repeat-y;
}
#Header{ padding:20px }
#HRight{ text-align:center }
Untitled CSS (25-Feb @ 19:16)
Syntax Highlighted Code
- /* Containers
- ----------------------------------------------------------------------------------------------------*/
- .container_12 {
- margin-left: auto;
- [264 more lines...]
Plain Code
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
margin-left: auto;
margin-right: auto;
width: 960px;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12{
display:inline;
float: left;
position: relative;
margin-left: 10px;
margin-right: 10px;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
margin-left: 0;
}
.omega {
margin-right: 0;
}
/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
width:60px;
}
.container_12 .grid_2 {
width:140px;
}
.container_12 .grid_3 {
width:220px;
}
.container_12 .grid_4 {
width:300px;
}
.container_12 .grid_5 {
width:380px;
}
.container_12 .grid_6 {
width:460px;
}
.container_12 .grid_7 {
width:540px;
}
.container_12 .grid_8 {
width:620px;
}
.container_12 .grid_9 {
width:700px;
}
.container_12 .grid_10 {
width:780px;
}
.container_12 .grid_11 {
width:860px;
}
.container_12 .grid_12 {
width:940px;
}
/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
padding-left:80px;
}
.container_12 .prefix_2 {
padding-left:160px;
}
.container_12 .prefix_3 {
padding-left:240px;
}
.container_12 .prefix_4 {
padding-left:320px;
}
.container_12 .prefix_5 {
padding-left:400px;
}
.container_12 .prefix_6 {
padding-left:480px;
}
.container_12 .prefix_7 {
padding-left:560px;
}
.container_12 .prefix_8 {
padding-left:640px;
}
.container_12 .prefix_9 {
padding-left:720px;
}
.container_12 .prefix_10 {
padding-left:800px;
}
.container_12 .prefix_11 {
padding-left:880px;
}
/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
padding-right:80px;
}
.container_12 .suffix_2 {
padding-right:160px;
}
.container_12 .suffix_3 {
padding-right:240px;
}
.container_12 .suffix_4 {
padding-right:320px;
}
.container_12 .suffix_5 {
padding-right:400px;
}
.container_12 .suffix_6 {
padding-right:480px;
}
.container_12 .suffix_7 {
padding-right:560px;
}
.container_12 .suffix_8 {
padding-right:640px;
}
.container_12 .suffix_9 {
padding-right:720px;
}
.container_12 .suffix_10 {
padding-right:800px;
}
.container_12 .suffix_11 {
padding-right:880px;
}
/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
left:80px;
}
.container_12 .push_2 {
left:160px;
}
.container_12 .push_3 {
left:240px;
}
.container_12 .push_4 {
left:320px;
}
.container_12 .push_5 {
left:400px;
}
.container_12 .push_6 {
left:480px;
}
.container_12 .push_7 {
left:560px;
}
.container_12 .push_8 {
left:640px;
}
.container_12 .push_9 {
left:720px;
}
.container_12 .push_10 {
left:800px;
}
.container_12 .push_11 {
left:880px;
}
/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
right:80px;
}
.container_12 .pull_2 {
right:160px;
}
.container_12 .pull_3 {
right:240px;
}
.container_12 .pull_4 {
right:320px;
}
.container_12 .pull_5 {
right:400px;
}
.container_12 .pull_6 {
right:480px;
}
.container_12 .pull_7 {
right:560px;
}
.container_12 .pull_8 {
right:640px;
}
.container_12 .pull_9 {
right:720px;
}
.container_12 .pull_10 {
right:800px;
}
.container_12 .pull_11 {
right:880px;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
Untitled CSS (28-Sep @ 04:06)
Syntax Highlighted Code
- @-webkit-keyframes animation1
- {
- 0%
- {
- [76 more lines...]
Plain Code
@-webkit-keyframes animation1
{
0%
{
left:495px;
}
20%
{
left:455px;
top: 140px;
}
40%
{
left:415px;
top: 100px;
}
60%
{
left:455px;
top: 150px;
}
80%
{
left:495px;
top: 160px;
}
100%
{
left:500px;
}
}
@-webkit-keyframes animation2
{
0%
{
left:706px; 495
}
20%
{
left:746px;
top: 140px;
}
40%
{
left: 786px;
top: 100px;
}
60%
{
left: 746px;
top: 150px;
}
80%
{
left: 706px;
top: 160px;
}
100%
{
left: 701px;
}
}
Untitled CSS (20-Mar @ 18:08)
Syntax Highlighted Code
- body, html {
- margin: 0;
- padding: 0;
- background-color:#999999;
- [59 more lines...]
Plain Code
body, html {
margin: 0;
padding: 0;
background-color:#999999;
}
#container {
margin: 0 auto;
width: 900px;
}
#header {
width: 900px;
height: 121px;
}
#leftheader {
float: left;
background: #693 url('img/topleft.gif') no-repeat;
width: 132px;
height: 121px;
}
#middleheader {
float:left;
background: #693;
width: 636px;
height: 121px;
background-image:url('img/header.gif');
background-repeat:no-repeat;
}
#rightheader {
float: left;
background: #693 url('img/topright.gif') no-repeat;
width: 132px;
height: 121px;
}
#content {
clear:both;
width:900px;
text-align:left;
background-image:url('img/background.gif');
background-repeat:repeat-y;
}
#contentleft {
float:left;
width:132px;
}
#contentmiddle {
float:left;
width:636px;
}
#contentright {
float:left;
width:132px;
}
Untitled CSS (10-Nov @ 14:25)
Syntax Highlighted Code
- DIV.loading {
- width:90;
- height:70;
- border: 1px solid #BA121F;
- [1 more lines...]
Plain Code
DIV.loading {
width:90;
height:70;
border: 1px solid #BA121F;
background: url(images/loader.gif) no-repeat center center;
}
Untitled CSS (10-Oct @ 15:17)
Syntax Highlighted Code
- uiouiouiouio uio u oui ouio uio
Plain Code
uiouiouiouio uio u oui ouio uio
Untitled CSS (19-Sep @ 17:24)
Syntax Highlighted Code
- #div {
- border: 1px solid red;
- }
Plain Code
#div {
border: 1px solid red;
}
Untitled CSS (17-Sep @ 04:19)
Syntax Highlighted Code
- h2.contentheading, .contentheading {
- padding: 5px 0 8px;
- margin: 0;
- font-weight: normal;
- [15 more lines...]
Plain Code
h2.contentheading, .contentheading {
padding: 5px 0 8px;
margin: 0;
font-weight: normal;
}
table.blog .contentheading {
font-size: 150%;
}
.contentheading {
font-size: 200%;
}
a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
text-decoration: none !important;
}
Untitled CSS (12-Sep @ 15:43)
Syntax Highlighted Code
- h1 {color:red;padding:4px 0}
Plain Code
h1 {color:red;padding:4px 0}
Untitled CSS (12-Sep @ 14:26)
Syntax Highlighted Code
- .head-bar
- {
- clear:both;
- [34 more lines...]
Plain Code
.head-bar
{
clear:both;
overflow:hidden;
position:relative;
}
.head-bar ul,
.head-bar ul li
{
display:block;
margin:0;
padding:0;
list-style-type:none;
}
.head-bar ul li
{
float:left;
}
.head-bar ul
{
position:absolute;
left:291px;
top:0;
padding-right:34px;
background-image:url(Images/top-menu-cap.gif);
background-position:right top;
background-repeat:no-repeat;
}
* html .head-bar ul
{
left:0px;
}
.head-bar ul li a
{
display:block;
float:left;
width:158px;
Untitled CSS (11-Sep @ 12:36)
Syntax Highlighted Code
- a {
- color:#000;
- outline:none;
- border-bottom:1px solid #000;
- [1 more lines...]
Plain Code
a {
color:#000;
outline:none;
border-bottom:1px solid #000;
text-decoration:none;
}
Untitled CSS (10-Sep @ 20:50)
Syntax Highlighted Code
- public void main(){String dude = "fool"; System.out.Println(dude);}
Plain Code
public void main(){String dude = "fool"; System.out.Println(dude);}
Untitled CSS (10-Sep @ 14:09)
Syntax Highlighted Code
- *{ margin:0px; padding:0px;}
- body{ background:#122103;/*381f00 or 122103*/ color:#e04600; font-family:Georgia,serif;}
- a{ color:#fff; text-decoration:none;}
- a:hover{ color:#e04600;}
- [16 more lines...]
Plain Code
*{ margin:0px; padding:0px;}
body{ background:#122103;/*381f00 or 122103*/ color:#e04600; font-family:Georgia,serif;}
a{ color:#fff; text-decoration:none;}
a:hover{ color:#e04600;}
img{ border:none;}
#global{ margin:0px auto; width:60em;}
div#title{ height:5em; line-height:5em; padding:0em 1em;}
div#title h1{ float:left; font-size:1.5em; font-weight:normal;}
div#title em{ float:right; font-size:.75em;}
div#title img{ vertical-align:middle;}
div.post{ float:left; height:18em;/*288px*/ margin:1em;/*16px*/ position:relative; width:18em;/*288px*/}
div.post p{ bottom:1em; font-size:1.5em;/*24px*/ line-height:1.25em;/*30px*/ left:0em; position:absolute; font-weight:normal;}
div.postInfo{ bottom:0em; left:0em; line-height:1.5em; position:absolute;}
div#pages{ height:2em; line-height:2em; padding:0em 1em;}
div.pageInfo{ float:left; display:inline;}
div.pageLinks{ float:right;}
div#footer{ height:2em; line-height:2em; padding:2em 1em;}
div#footer p{ font-size:.75em;}
#whitebox{ background:#fff url(loading.gif) no-repeat scroll center center; border:1px solid #eee; display:none; left:0px; margin:-12px 0 0 -12px; padding:10px; position:absolute; top:0px;}
#whitebox img{ border:1px solid #eee; cursor:pointer;}
Untitled CSS (9-Sep @ 06:26)
Syntax Highlighted Code
- body {
- margin-left: 40%;
- }
- a {
- [2 more lines...]
Plain Code
body {
margin-left: 40%;
}
a {
font-size: 200px;
color: RED;
}
Link Style - Print URL (2-Sep @ 13:25)
Syntax Highlighted Code
- #details_more a[href]:after {content: " (" attr(href) ") "; font-size:90%;}
Plain Code
#details_more a[href]:after {content: " (" attr(href) ") "; font-size:90%;}
Untitled CSS (27-Aug @ 20:27)
Syntax Highlighted Code
- .section{
- font-size: 8pt;
- color: #555;
- border-left: 1px solid #EEE;
- [122 more lines...]
Plain Code
.section{
font-size: 8pt;
color: #555;
border-left: 1px solid #EEE;
}
.section .a_user{
line-height: 14px;
}
.section h4{
color: #0C4E9E;
margin: 0;
}
.section h4 a{ text-decoration: none !important; }
.section h4 img{ vertical-align: middle; }
.section .sub{
/* height: 51px !important; */
text-align: left;
float: left;
border-right: 1px solid #EEE;
line-height: 16px;
width: 243px;
padding: 12px 7px;
border-bottom: 1px solid #EEE;
background: #FFF;
position: relative;
}
.first{
border-left: 0 !important;
}
.section .sub .img{
background: #E9E9E9 url(http://ising/static/avatars/noavatar_large.jpg) no-repeat center top;
float: left;
width: 56px;
height: 56px;
overflow: hidden;
margin: 0 8px 0 0;
}
.section .sub .img img{
float: left;
vertical-align: top;
}
.section .sub .info{
float: left;
width: 179px;
overflow: hidden;
height: 37px;
line-height: 23px;
}
.section .sub .remove_comment{
position: absolute;
top: 14px;
right: 6px;
}
.section .sub .info_more{
float: left;
width: 179px;
}
.info_more{
float: left;
width: 138px;
}
.kamera{ background: url(http://ising/static/images/kamera_wieksza.gif) no-repeat top right; }
.glosnik{ background: url(http://ising/static/images/mic_wiekszy.gif) no-repeat top right; }
.iw{ width: 166px; }
.section .stars{
float: left;
width: 110px;
margin-top: 3px;
}
.section .stars img{ margin: 0 0 0 0; }
.stars span.slownie{ display: none; }
.section .nr{
color: #EEE;
margin: 0;
font-size: 18pt;
line-height: 12pt;
float: right;
}
.see_alsall, .see_also{
border-left: 0 !important;
border-right: 0 !important;
}
.see_also{ padding: 12px 7px 12px 5px !important; }
.pr_p{ padding: 12px 9px !important; }
/* Darmowe utwory, podobnie artysci i inne */
.row_content{
padding: 8px;
border-bottom: 1px solid #E5E5E5;
}
.row_content .piosenka{
float: left;
width: 140px;
}
.row_content .spiewano{
float: left;
font-size: 8pt;
color: #666;
}
.mic{ background: url(../images/mic.gif) no-repeat right top; }
.cam{ background: url(../images/cam.gif) no-repeat right top; }
/* LOTS */
#lots .section{ border-left: 0 !important; }
#lots .section .sub{ padding: 6px 0 !important; width: 100% !important; border-right: 0 !important; }
#lots .section .sub .info, #lots .section .sub .info_more{ min-width: 179px !important; max-width: 210px !important; width: 73%; }
Untitled CSS (23-Aug @ 20:06)
Syntax Highlighted Code
- .hidden{
- display:none;
- }
Plain Code
.hidden{
display:none;
}
Untitled CSS (17-Aug @ 19:28)
Syntax Highlighted Code
- * {
- margin: 20px;
- padding: 90px;
- background-color: red;
- }
Plain Code
* {
margin: 20px;
padding: 90px;
background-color: red;
}
Untitled CSS (14-Aug @ 18:09)
Syntax Highlighted Code
- you have to replace: fieldset.tellSomeone input.button{ margin-top:1.25em; }
- with this one: fieldset.tellSomeone input.button{ margin-top:2.5em; }
Plain Code
you have to replace: fieldset.tellSomeone input.button{ margin-top:1.25em; }
with this one: fieldset.tellSomeone input.button{ margin-top:2.5em; }
CSS Keyframe example (12-Aug @ 12:27)
Syntax Highlighted Code
- .divSlide {
- -webkit-animation-name: "slide-me-to-the-right";
- -webkit-animation-duration: 1s;
- }
- [5 more lines...]
Plain Code
.divSlide {
-webkit-animation-name: "slide-me-to-the-right";
-webkit-animation-duration: 1s;
}
@-webkit-keyframes "slide-me-to-the-right" {
from { left: 0px; }
to { left: 100px; }
}
info (30-Jul @ 05:44)
Syntax Highlighted Code
- /* messages
- ----------------------------------------------------------------------------*/
- .error, .info { width: 100%; margin: 20px 0; padding: 10px 0; color: #fff; }
- .error { background: #c00; }
- .info { background: #0c0; }
Plain Code
/* messages
----------------------------------------------------------------------------*/
.error, .info { width: 100%; margin: 20px 0; padding: 10px 0; color: #fff; }
.error { background: #c00; }
.info { background: #0c0; }
Untitled CSS (28-Jul @ 20:22)
Syntax Highlighted Code
- body {
- margin: 10px;
- padding: 0;
- font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
- [92 more lines...]
Plain Code
body {
margin: 10px;
padding: 0;
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 100%;
background-color: #EDEDEC;
}
#wrapper {
width: 760px;
margin: 0 auto;
}
#intro {
padding-bottom: 10px;
}
h2 {
margin: 0;
margin-bottom: 14px;
padding: 0;
}
#slider {
width: 1000px;
margin: 0 auto;
position: relative;
}
.scroll {
height: 250px;
width: 1000px;
overflow: auto;
overflow-x: hidden;
position: relative;
clear: left;
background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}
.scrollContainer div.panel {
padding: 20px;
height: 210px;
width: 960px;
}
#shade {
background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
height: 50px;
}
ul.navigation {
list-style: none;
margin: 0;
padding: 0;
padding-bottom: 9px;
}
ul.navigation li {
display: inline;
margin-right: 10px;
}
ul.navigation a {
padding: 10px;
color: #000;
text-decoration: none;
}
ul.navigation a:hover {
background-color: #f6f6f6;
}
ul.navigation a.selected {
background-color: #fff;
}
ul.navigation a:focus {
outline: none;
}
.scrollButtons {
position: absolute;
top: 150px;
cursor: pointer;
}
.scrollButtons.left {
left: -20px;
}
.scrollButtons.right {
right: -20px;
}
.hide {
display: none;
}
Untitled CSS (28-Jul @ 15:19)
Syntax Highlighted Code
- /* basic elements */
- html {
- margin: 0;
- padding: 0;
- [35 more lines...]
Plain Code
/* basic elements */
html {
margin: 0;
padding: 0;
}
body {
font: 75% georgia, sans-serif;
line-height: 1.88889;
color: #555753;
background: #fff url(blossoms.jpg) no-repeat bottom right;
margin: 0;
padding: 0;
}
p {
margin-top: 0;
text-align: justify;
}
h3 {
font: italic normal 1.4em georgia, sans-serif;
letter-spacing: 1px;
margin-bottom: 0;
color: #7D775C;
}
a:link {
font-weight: bold;
text-decoration: none;
color: #B7A5DF;
}
a:visited {
font-weight: bold;
text-decoration: none;
color: #D4CDDC;
}
a:hover, a:active {
text-decoration: underline;
color: #9685BA;
}
acronym {
border-bottom: none;
}
Untitled CSS (26-Jul @ 21:47)
Syntax Highlighted Code
- body,fieldset,form,ul,li,p,html,img,a,h2,blockquote {
- border:none;
- margin:0;
- padding:0;
- [385 more lines...]
Plain Code
body,fieldset,form,ul,li,p,html,img,a,h2,blockquote {
border:none;
margin:0;
padding:0;
list-style:none;
font-family:helvetica,arial,sans-serif;
text-transform:lowercase;
}
body {
}
.clear{
clear:both;
}
.red {
color:#df0000;
}
.i {
font-style:italic;
}
.b {
font-weight:bold;
}
#project_bar_hidden {
background:green;
height:20px;
width:100%;
position:fixed;
opacity:0.1;
}
#project_bar {
background:#000;
padding:0.4em;
font-size:1em;
position:fixed;
width:100%;
color:#fff;
margin-top:-40px;
}
#project_bar:hover {
/*margin-top:0;
opacity:1;
border-bottom:0;*/
}
#project_bar div {
float:left;
width:500px;
}
#project_bar a {
display:block;
float:right;
background:#999;
color:#fff;
border:1px solid #333;
padding:0.25em 0.5em;
margin-right:10px;
}
#project_bar a:hover {
background:#333;
color:#fff;
border:1px solid #999;
text-decoration:none;
}
#wrapper {
width:26em;
padding:1.5em;
margin:0 auto;
background:#fff;
}
#logo {
float:left;
width:15em;
}
#logo a {
display:block;
text-decoration:none;
color:#000;
}
h1 span.red{
padding:0 0 0 10px;
}
h1 {
font-size:4.5em;
letter-spacing:-0.1em;
color:black;
}
#nav {
padding:3em 0 0 0.25em;
width:10em;
float:left;
}
#nav ul {
border-left:1px solid black;
padding:0 0 0 1.25em;
font-size:0.8em;
}
#nav ul li {
margin:0px 0 0.6em 0;
}
#nav ul li a {
color:black;
}
#nav ul li a:hover {
color:#df0000;
}
form h2 {
font-size:3em;
font-weight:normal;
}
form ul {
padding:0 0 1.7em 0;
}
.help {
font-weight:bold;
font-size:0.4em;
margin:0 0 0 -0.3em;
cursor:help;
}
label.cancel {
display:block;
float:right;
font-size:0.4em;
margin:-1.4em 0 0 0;
cursor:pointer;
color:#614141;
}
label.cancel:hover {
color:#df0000;
}
.submit {
border:none;
display:block;
width:100%;
background:#ffadad;
color:#614141;
padding:0.5em;
font-size:1.5em;
font-weight:bold;
border-right:1px solid #ff6464;
border-bottom:1px solid #ff6464;
text-align:center;
text-decoration:none;
}
.submit:hover {
cursor:pointer;
}
.submit:active {
border-top:1px solid #301818;
border-left:1px solid #301818;
background:#f00;
color:#610000;
border-right:none;
border-bottom:none;
}
#badges {
padding:2em 0 0 0;
}
#growl_box {
width:200px;
position:fixed;
top:10px;
right:10px;
background:black;
display:none;
color:#fff;
padding:10px;
font-size:0.8em;
line-height:1.3em;
}
#growl_box a {
float:right;
text-decoration:none;
font-weight:bold;
font-size:1em;
padding:0 0 0.2em 0.2em;
}
.info {
display:none;
}
#overlay {
background:#000;
position:absolute;
z-index:998;
opacity:0;
}
#popup {
position:absolute;
z-index:999;
opacity:0;
background:#fff;
overflow:auto;
}
#popup_content {
padding:10px 10px 0px 10px;
}
#popup_close span {
cursor:pointer;
font-weight:bold;
color:#df0000;
display:block;
width:50px;
float:right;
border:1px solid blue;
}
#popup_content p{
padding:0 0 1em 0;
text-transform:none;
line-height:1.2em;
}
#popup_content ul {
padding-left:10px;
}
#popup_content ul li {
padding:0 0 0.5em 0;
line-height:1em;
list-style:disc;
}
#popup_content h3 {
padding:0;
margin:0 0 0.7em 0;
border-bottom:1px solid #000;
}
#remember {
color:#999;
font-size:0.8em;
line-height:1.3em;
}
#table_of_contents ul {
padding:0 0 0 1em;
}
#table_of_contents ul li ul li{
list-style-type:lower-roman;
}
#table_of_contents ul li {
padding:0.2em 0 0 0;
list-style-type:upper-roman;
}
#table_of_contents ul li a{
color:#000;
}
#table_of_contents ul li a:hover{
color:#df0000;
}
#wrapper h3 {
border-bottom:1px solid black;
padding-bottom:0;
}
#wrapper h4 {
margin-bottom:0;
border-bottom:1px dotted black;
}
.num_list {
padding:0.5em 0 0 1em;
}
.num_list li{
list-style-type:decimal;
margin:0.2em 0 0.2em 0;
}
#documentation {
font-size:0.9em;
}
#documentation p {
padding:0.4em 0 0.4em 0;
line-height:1.2em;
}
code,blockquote {
background:#ccc;
padding:0.5em;
display:block;
border:1px solid #999;
overflow:auto;
margin-bottom:0.3em;
}
.email_reveal {
display:block;
margin:0 auto;
}
.myemail {
text-align:center;
}
.myemail a{
font-size:0.8em;
color:#000;
}
.myemail a:hover{
color:#df0000;
}
/* Welcome and how-to styles */
span.welcome_left,span.welcome_right {
display:block;
margin:10px 0 0 0;
}
span.welcome_left {
float:left;
}
span.welcome_right {
float:right;
}
a.welcome {
padding:3px;
color:#df0000;
text-decoration:none;
}
a.welcome:hover {
color:#fff;
background:#df0000;
text-decoration:none;
}
a {
color:#df0000;
text-decoration:none;
}
a:hover {
color:#df0000;
text-decoration:underline;
}
.submit_skip {
border:0;
background:transparent;
color:#df0000;
}
.submit_skip:hover {
text-decoration:underline;
}
Untitled CSS (16-Jul @ 20:26)
Syntax Highlighted Code
- <style type="text/css" media="screen">
- body {
- margin: 0;
- padding: 0;
- [45 more lines...]
Plain Code
<style type="text/css" media="screen">
body {
margin: 0;
padding: 0;
background: #1a1613 url(images/bg_tutBody.gif) repeat-x;
}
img { border: 0; }
#siteWrap { /* The wrapper for my page icons and bubbles */
margin: 287px auto 0 auto;
width: 642px;
height: 345px;
position: relative;
background: transparent url(images/bg_pageWrap.jpg) no-repeat top left;
}
#pageWrap { /* Wrapper for my page icons */
position: absolute;
z-index: 5;
top: 138px;
left: 134px;
}
/* Page specific styles */
#psdPage {
margin-right: 19px;
float: left;
cursor: pointer;
}
#netPage {
margin-right: 20px;
float: left;
cursor: pointer;
}
#audioPage {
float: left;
cursor: pointer;
}
#bubbleWrap { /* Wrapper for my bubbles */
position: absolute;
z-index: 10;
left: 158px;
top: 30px;
}
.bubble {
position: absolute;
}
</style>
qwdsd (2-Jul @ 12:54)
Syntax Highlighted Code
- * html #web{table-layout:none!;}
Plain Code
* html #web{table-layout:none!;}
Untitled CSS (24-Jun @ 14:22)
Syntax Highlighted Code
- @charset "utf-8";
- /* WACS Styles */
- /* v1.0 | 20080423 */
- [1142 more lines...]
Plain Code
@charset "utf-8";
/* WACS Styles */
/* v1.0 | 20080423 */
/* General definitions */
body { background: #f7ecce; color: #000000; font: normal 11px/17px Arial, Helvetica, sans-serif; }
.clear-both { clear: both }
/* Text formating definitions */
h2 {
float: right;
font: bold 1.3em/1.7em Verdana, Helvetica, Arial, sans-serif;
color: #ba3e30;
}
h3, h4 {
font: bold 1.0em/1.7em Verdana, Helvetica, Arial, sans-serif;
color: #ba3e30;
display: block;
clear: both;
margin: 10px 0 5px 0;
}
h4 {
font: bold .9em/1.7em Verdana, Helvetica, Arial, sans-serif;
padding: 0 0 5px 0;
}
p {
clear: both;
width: 100%;
}
/* General layout styling */
#header,
#footer {
margin: 0 auto;
width: 720px;
}
#dashlarge #header,
#dashlarge #footer {
width: 840px;
}
#privacy #header p {
width: 685px;
}
#header {
height: 50px;
text-align: right;
}
#header p {
font-weight: bold;
font-size: 9px;
font-family: Arial, Helvetica, sans-serif;
text-align: right;
padding: 25px 10px 0 0;
}
#header span.logintext {
display: block;
float: right;
color: #748752;
}
#header span.logintext strong {
color: #cc2508;
}
#header a.logout {
display: block;
float: right;
color: #f7ecce;
text-decoration: none;
background: transparent url(../newimages/bt.log-out.png) 0 0 no-repeat;
width: 54px;
height: 18px;
margin: 0 0 0 10px;
}
#header a.logout:hover {
background-position: 0 -18px;
}
#header #login form {
padding: 15px;
}
#header #login form input {
border: 1px solid #748752;
padding: 2px;
font-size: 10px;
}
#header #login form input.loginbtn {
background: transparent url(../newimages/bt.login.png) 0 0 no-repeat;
width: 54px;
height: 18px;
cursor: pointer;
}
#header #login form input.loginbtn:hover {
background: transparent url(../newimages/bt.login.png) 0 -18px no-repeat;
}
#header #login form label {
color: #748752;
margin: 8px 0 7px 0;
font-size: 10px;
font-weight: bold;
}
#wrapper {
margin: 0 auto;
width: 725px;
padding: 5px 0 5px 5px;
background-color: #f4e6be;
}
#dashlarge #wrapper {
width: 845px;
}
#content {
float: left;
width: 405px;
background-color: #fff;
padding: 10px 35px;
}
#content embed {
margin: 0 0 0 -10px;
}
#dashlarge #content {
width: 525px;
}
#content2 {
margin: 5px 5px 0 0;
background-color: #fff;
padding: 20px 20px;
}
#content2 h2 {
float: left;
}
/* AssetListAppContent params */
#AssetListAppButtons {
width: 800px;
padding: 0 0 20px 0;
}
#AssetListAppCol1 {
float: left;
width: 240px;
}
#AssetListAppCol2 {
float: left;
width: 560px;
}
/* END */
#dashlarge #content2 {
width: 800px;
}
#dashnormal #content2 {
width: 680px;
}
#overview #content2 {
padding: 20px 35px;
}
#swappermenu ul {
float: left;
padding: 30px 30px 30px 0;
}
#swappermenu ul li {
width: 130px;
}
#swappermenu ul li.last {
margin: 20px 0 0 0;
}
#swappermenu ul li a {
display: block;
width: 130px;
color: #333333;
text-decoration: none;
padding: 3px 0 3px 5px;
}
#swappermenu ul li a.odd:hover,
#swappermenu ul li.ui-tabs-selected a.odd,
#swappermenu ul li a.eve:hover,
#swappermenu ul li.ui-tabs-selected a.eve {
background: #748751;
color: #ffffff;
}
#swappermenu ul li a.odd {
background: #f4e6be;
}
#swappermenu ul li a.eve {
background: #f7ecce;
}
#swappermenu div p {
padding: 0 0 5px 0;
}
#swappermenu div p strong {
color: #748751;
}
.ui-tabs-hide {
display: none;
}
.ui-tabs-panel {
float: left;
width: 460px;
padding: 15px;
background: transparent;
}
#breadcrumb {
width: 200px;
float: right;
margin: -70px 0 0 0;
text-align: right;
}
#breadcrumb span {
display: block;
color: #5c8da6;
text-decoration: underline;
}
#breadcrumb strong {
display: block;
color: #748751;
}
h1#logo {
width: 198px;
height: 156px;
display: block;
margin: -40px 0 0 -47px;
}
h1#logo a {
display: block;
background: transparent url(../newimages/wacs-logo.png) no-repeat 0 0;
text-indent: -9999px;
width: 198px;
height: 156px;
}
ul#top-links {
float: right;
margin: -126px 35px 0 0;
}
ul#top-links li {
float: left;
}
ul#top-links li a {
display: block;
width: 66px;
height: 29px;
text-indent: -9999px;
}
ul#top-links li a.bt-home {
background: transparent url(../newimages/buttons-top.png) 0 0 no-repeat;
}
ul#top-links li a.bt-overview {
background: transparent url(../newimages/buttons-top.png) -66px 0 no-repeat;
}
ul#top-links li a.bt-faq {
background: transparent url(../newimages/buttons-top.png) -132px 0 no-repeat;
}
ul#top-links li a.bt-students {
background: transparent url(../newimages/buttons-top.png) -198px 0 no-repeat;
}
ul#top-links li a.bt-home:hover {
background: transparent url(../newimages/buttons-top.png) 0 -29px no-repeat;
}
ul#top-links li a.bt-overview:hover {
background: transparent url(../newimages/buttons-top.png) -66px -29px no-repeat;
}
ul#top-links li a.bt-faq:hover {
background: transparent url(../newimages/buttons-top.png) -132px -29px no-repeat;
}
ul#top-links li a.bt-students:hover {
background: transparent url(../newimages/buttons-top.png) -198px -29px no-repeat;
}
ul#top-links li a.bt-home-active {
background: transparent url(../newimages/buttons-top.png) 0 -58px no-repeat;
}
ul#top-links li a.bt-overview-active {
background: transparent url(../newimages/buttons-top.png) -66px -58px no-repeat;
}
ul#top-links li a.bt-faq-active {
background: transparent url(../newimages/buttons-top.png) -132px -58px no-repeat;
}
ul#top-links li a.bt-students-active {
background: transparent url(../newimages/buttons-top.png) -198px -58px no-repeat;
}
#content a {
color: #5C8DA6;
}
#content p.warning {
color: #b63e30;
}
#content p.narrow {
width: 320px;
}
#content a#demo {
float: right;
display: block;
width: 77px;
height:90px;
margin: -60px 0 0 0;
text-decoration: none;
}
#content a#demo span.viewdemo {
display: block;
width: 90px;
height: 14px;
margin: 5px 0 0 0;
text-indent: -9999px;
line-height: .01em;
background: transparent url(../newimages/bt.view-demo.png) 0 0 no-repeat;
}
#content a#demo:link span.viewdemo {
background: transparent url(../newimages/bt.view-demo.png) 0 0 no-repeat;
}
#content a#demo:hover span.viewdemo {
background: transparent url(../newimages/bt.view-demo.png) 0 -14px no-repeat;
}
/*#content p a.leftfloat img {
margin: 0 0 5px 0;
}
#content h3.leftfloattitle {
display: block;
float: right;
width: 310px;
}*/
#noflash { display:none; }
#sidebar {
float: left;
width: 240px;
margin-left: 5px;
}
#right-image {
width: 240px;
height: 327px;
}
#footer {
padding: 14px;
}
#footer a, #footer span {
color: #748752;
padding: 3px 8px;
font: bold 10px/12px Arial, Helvetica, sans-serif;
}
#footer img#wacs-logo {
float: right;
margin: -10px 20px 0 0;
}
/* Green bar */
/* ************** bottom section (green bar) ************** */
#bottom {
background: #748751;
height: 140px;
margin: 5px 5px 0 0;
}
#bottom #WACSBadgeAppContent {
display:block;
width:240px;
float:left;
margin:0;
}
#bottom ul {
list-style-type: none;
padding: 15px 0 10px 0;
margin: 0 0 0 -55px;
float: left;
}
#bottom ul li {
float: left;
width: 115px;
text-align: left;
margin: 15px 10px 0 0;
line-height: 1.2em;
color: #f7ecce;
}
#bottom ul li span {
display: block;
font-weight: bold;
margin: 0 0 8px 0;
}
* html #bottom ul li {
width: 115px;
margin-right: 15px;
}
#click_to_begin {
float: left;
}
#click_to_begin a {
display: block;
background: transparent url(../newimages/bt.start-wacs.png) 0 0 no-repeat;
width: 120px;
height: 106px;
text-indent: -9999px;
margin:15px 65px 0 15px;
}
#click_to_begin a:hover {
background: transparent url(../newimages/bt.start-wacs.png) 0 -106px no-repeat;
}
* html #click_to_begin a { position: absolute; }
/* Page Specific Widgets */
/*** FLOATER LEFT ***/
.floater-left {
float: left;
width: 120px;
}
.floater-left > a {
display: block;
margin: 15px 0 0 0;
}
.floater-left-data {
float: left;
width: 280px;
}
/*** REGISTER INFO ***/
#register-info {
background-color: #748751;
color: #F7ECCE;
clear: both;
margin-bottom: -18px;
width: 670px;
padding: 10px 25px;
height: 108px;
}
#register-info dl { position: relative; }
#register-info dl dt {
position: absolute;
font-weight: bold;
width: 145px;
top: 10px;
}
#register-info dl dd {
position: absolute;
width: 125px;
top: 26px;
line-height: 1.2;
}
.col-1 { left: 0; }
.col-2 { left: 145px; }
.col-3 { left: 290px; }
.col-4 { left: 435px; }
#register-info a {
display: block;
background: transparent url(../newimages/register-here.gif) no-repeat 0 0;
width: 106px;
height: 108px;
float: right;
overflow: hidden;
text-indent: -999px;
}
/* General tag styling */
#sidebar .sideimage1 {
background: transparent url(../newimages/right-image-1.jpg) 100% 0 no-repeat;
}
#sidebar .sideimage2 {
background: transparent url(../newimages/right-image-2.jpg) 100% 0 no-repeat;
}
#sidebar .sideimage3 {
background: transparent url(../newimages/right-image-3.jpg) 100% 0 no-repeat;
}
#sidebar .sideimage4 {
background: transparent url(../newimages/right-image-4.jpg) 100% 0 no-repeat;
}
#sidebar .sideimage5 {
background: transparent url(../newimages/right-image-5.jpg) 100% 0 no-repeat;
}
#sidebar .sideimage6 {
background: transparent url(../newimages/right-image-6.jpg) 100% 0 no-repeat;
}
#form-assets {
height: 30px;
width: 100%;
clear: both;
}
a#showhelp, a#editmyaccount, a#deletestudent, a#deleteclass, a#editstudent {
display: block;
float: left;
text-decoration: none;
}
a#showhelp {
background: transparent url(../newimages/bt.why-this-info.png) 0 0 no-repeat;
margin: 15px 0 0 0;
width: 85px;
height: 14px;
}
a#showhelp:hover {
background: transparent url(../newimages/bt.why-this-info.png) 0 -14px no-repeat;
}
a#deletestudent {
background: transparent url(../newimages/bt.delete-student.png) 0 0 no-repeat;
width: 87px;
height: 14px;
margin: 7px;
}
a#editstudent {
background: transparent url(../newimages/bt.edit-student.png) 0 0 no-repeat;
width: 87px;
height: 14px;
margin: 7px 10px;
}
a#deleteclass {
background: transparent url(../newimages/bt.delete-class.png) 0 0 no-repeat;
width: 77px;
height: 14px;
margin: 7px;
}
a#deletestudent:hover,
a#editstudent:hover,
a#deleteclass:hover {
background-position: 0 -14px;
}
a#editmyaccount {
background: transparent url(../newimages/bt.edit-my-account.png) 0 0 no-repeat;
margin: 15px 0 0 0;
width: 97px;
height: 14px;
}
a#editmyaccount:hover {
background: transparent url(../newimages/bt.edit-my-account.png) 0 -14px no-repeat;
}
a#viewschoolreport, a#viewdistrictreport, a#viewstatereport,
a#addclass, a#addstudent, a#addschool, a#adddistrict, a#editaccount {
display: block;
float: left;
height: 84px;
text-decoration: none;
margin: 20px 7px 20px 0;
}
#dashlarge a#viewschoolreport, #dashlarge a#addclass, #dashlarge a#addstudent {
margin: 20px 25px 20px 0;
}
a#viewschoolreport {
width: 124px;
background: transparent url(../newimages/bt.view-school-report.png) 0 0 no-repeat;
}
a#viewdistrictreport {
width: 124px;
background: transparent url(../newimages/bt.view-district-report.png) 0 0 no-repeat;
}
a#viewstatereport {
width: 124px;
background: transparent url(../newimages/bt.view-state-report.png) 0 0 no-repeat;
}
a#addclass {
width: 118px;
background: transparent url(../newimages/bt.add-class.png) 0 0 no-repeat;
}
a#addstudent {
width: 140px;
background: transparent url(../newimages/bt.add-student.png) 0 0 no-repeat;
}
a#addschool {
width: 134px;
background: transparent url(../newimages/bt.add-school.png) 0 0 no-repeat;
}
a#adddistrict {
width: 134px;
background: transparent url(../newimages/bt.add-district.png) 0 0 no-repeat;
}
a#editaccount {
width: 118px;
background: transparent url(../newimages/bt.edit-account.png) 0 0 no-repeat;
}
a#viewschoolreport:hover, a#viewdistrictreport:hover, a#viewstatereport:hover,
a#addclass:hover, a#addstudent:hover, a#addschool:hover, a#adddistrict:hover, a#editaccount:hover {
background-position: 0 -84px;
}
/* Registration Page specific styling */
.form-entry-error {
float: right;
font-weight: bold;
color: #ba3e30;
margin: 13px 0 0 0;
width: 300px;
text-align: left;
}
#registration h3 span {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
color: #000000;
}
/* Registration Form styling */
#registrationForm,
#registrationStart {
padding: 0;
}
#registration input,
#registration select {
float: left;
border: 1px solid #748752;
padding: 2px;
font-size: 10px;
}
#registration input {
width: 150px;
margin: 11px 150px 10px 0;
}
#dlmedia #registration #account-data input {
float: left;
width: 10px;
margin: 11px 8px 10px 0;
}
#registration select {
width: 156px;
margin: 11px 144px 10px 0;
}
#registration label {
float: left;
color: #748752;
width: 80px;
margin: 11px 0 10px 0;
font-size: 10px;
font-weight: bold;
}
#dlmedia #registration #account-data label {
display: block;
float: left;
width: 380px;
margin: 4px 0 10px 0;
}
#dlmedia #registration #account-data label span {
display: block;
font-weight: normal;
}
#registration input.withexplanation {
margin: 11px 0px 10px 0;
}
#registration span.explanation {
float: right;
margin: 11px 0 10px 4px;
font-size: 10px;
font-weight: bold;
color: #748752;
line-height: 2em;
width: 164px;
}
.helpwindow {
color: #5c8da6;
display: none;
}
.clientvalidation {
color: #ba3e30;
display: block;
}
#account-info,
#account-data {
padding: 15px 0;
}
#registration .chklist input {
width: auto;
margin: 12px 5px 7px 5px;
}
.data-unknown {
display: block;
float: left;
}
#account-info .data-unknown.chklist {
width: 120px;
}
#account-data .data-unknown.chklist {
width: 75px;
}
#account-data .data-unknown.chklist label {
width: 50px;
}
#account-info .data-known.chklist {
float: left;
display: block;
width: 285px;
}
#account-data .data-known.chklist {
float: left;
display: block;
width: 330px;
}
#account-info .data-known.chklist label {
width: 115px;
text-align: right;
}
#account-data .data-known.chklist label {
width: 120px;
text-align: right;
}
#account-data .data-known.chklist label.altcol {
width: 160px;
}
.data-other label {
width: 30px;
text-align: right;
}
.data-other.chklist input {
margin: 12px 12px 7px 5px;
}
.data-other.chklist input.otherinput {
margin: 8px 12px;
}
.data-other {
float: right;
clear: both;
}
#studentRegistrationForm2 #account-next {
width: 210px;
}
fieldset#account-info, fieldset#account-clas {
border-top: 1px solid #748752;
clear: both;
}
fieldset#account-clas p {
padding: 0 0 5px 0;
}
fieldset#account-clas .saveadd {
border: 0;
height: 14px;
width: 178px;
text-indent: -9999px;
cursor: pointer;
background: transparent url(../newimages/bt.save-and-add.png) no-repeat 0 0;
}
fieldset#account-clas .saveadd:hover {
background-position: 0 -14px;
}
fieldset#account-next {
width: 140px;
float: right;
margin: 0 0 -10px 0;
}
#forgot #registration p {
padding: 12px 0 0 0;
}
#forgot #registration form #account-data {
margin: 0; padding: 0;
}
#forgot #registration fieldset#account-data input {
float: none;
margin: 5px 0 7px 0;
width: 218px;
}
#forgot #registration fieldset#account-data label {
width: 170px;
margin: 5px 10px 7px 0;
text-align: right;
}
#forgot #registration fieldset#account-data span.explanation {
margin: -5px 10px 0 0;
}
#login #registration fieldset#account-data {
padding-bottom: 0;
}
#login #registration fieldset#account-data label {
text-align: right;
width: 50px;
padding: 0;
margin: 10px 10px 10px 0;
}
#login #registration fieldset#account-data input {
width: 120px;
margin: 8px 15px 10px 0;
}
#login #registration fieldset#account-data span.explanation {
display: block;
float: left;
margin: -10px 0 0 70px;
}
#login #registration fieldset#account-info {
float: right;
border: 0;
width: 150px;
padding: 0 10px 0 0;
margin: 0;
}
#login #registration fieldset#account-info a {
display: block;
float: right;
text-align: right;
padding: 20px 8px 30px 0;
width: 150px;
}
#login #registration p {
word-spacing: -.1em;
padding: 1.4em 0 1em 0;
}
#registrationStart fieldset#account-next {
width: 140px;
float: right;
text-align: right;
margin: 0 0 -10px 0;
}
fieldset#account-next input.cancel,
fieldset#account-next input.done,
fieldset#account-next input.next,
fieldset#account-next input.save,
fieldset#account-next input.back,
fieldset#account-next input.ok,
fieldset#account-next input.yes,
fieldset#account-next input.no,
fieldset#account-next input.delete,
fieldset#account-next input.start {
border: 0;
width: 66px;
height: 29px;
cursor: pointer;
margin: 0 2px;
text-indent: -9999px;
}
#forgot fieldset#account-info {
border: 0;
padding: 0 0 30px 0;
}
#forgot fieldset#account-info input.enter,
#login fieldset#account-info input.enter {
float: right;
border: 0;
width: 64px;
height: 14px;
cursor: pointer;
margin: 0 8px 0 2px;
text-indent: -9999px;
background: transparent url(../newimages/bt.enter.png) no-repeat 0 0;
}
#forgot fieldset#account-info input.enter:hover,
#login fieldset#account-info input.enter:hover {
background-position: 0 -14px;
}
fieldset#account-next input.cancel {
background: transparent url(../newimages/buttons-bottom.png) no-repeat 0 0;
}
fieldset#account-next input.cancel:hover {
background: transparent url(../newimages/buttons-bottom.png) no-repeat 0 -29px;
}
fieldset#account-next input.done {
background: transparent url(../newimages/buttons-bottom.png) no-repeat -66px 0;
}
fieldset#account-next input.done:hover {
background: transparent url(../newimages/buttons-bottom.png) no-repeat -66px -29px;
}
fieldset#account-next input.next {
background: transparent url(../newimages/buttons-bottom.png) no-repeat -132px 0;
}
fieldset#account-next input.next:hover {
background: transparent url(../newimages/buttons-bottom.png) no-repeat -132px -29px;
}
fieldset#account-next input.save {
background: transparent url(../newimages/buttons-bottom.png) no-repeat -198px 0;
}
fieldset#account-next input.save:hover {
background: transparent url(../newimages/buttons-bottom.png) no-repeat -198px -29px;
}
fieldset#account-next input.back {
background: transparent url(../newimages/buttons-bottom.png) no-repeat -264px 0;
}
fieldset#account-next input.back:hover {
background: transparent url(../newimages/buttons-bottom.png) no-repeat -264px -29px;
}
fieldset#account-next input.ok {
background: transparent url(../newimages/buttons-bottom.png) no-repeat -330px 0;
}
fieldset#account-next input.ok:hover {
background: transparent url(../newimages/buttons-bottom.png) no-repeat -330px -29px;
}
fieldset#account-next input.yes {
background: transparent url(../newimages/buttons-bottom.png) no-repeat -396px 0;
}
fieldset#account-next input.yes:hover {
background: transparent url(../newimages/buttons-bottom.png) no-repeat -396px -29px;
}
fieldset#account-next input.no {
background: transparent url(../newimages/buttons-bottom.png) no-repeat -462px 0;
}
fieldset#account-next input.no:hover {
background: transparent url(../newimages/buttons-bottom.png) no-repeat -462px -29px;
}
fieldset#account-next input.delete {
background: transparent url(../newimages/buttons-bottom.png) no-repeat -528px 0;
}
fieldset#account-next input.delete:hover {
background: transparent url(../newimages/buttons-bottom.png) no-repeat -528px -29px;
}
fieldset#account-next input.start {
background: transparent url(../newimages/buttons-bottom.png) no-repeat -330px 0;
}
fieldset#account-next input.start:hover {
background: transparent url(../newimages/buttons-bottom.png) no-repeat -330px -29px;
}
#content a.ok {
float: right;
margin: 30px 0 -10px 0;
}
#registration h4 {
color: #ba3e30;
margin: 10px 0 0 0;
}
#registration p.address {
margin: 0 0 0 40px;
}
#registration #assetStateName,
#registration #assetDistrictName,
#registration #assetSchoolName,
.assetStateName,
.assetDistrictName,
.assetSchoolName {
/*display: none;*/
}
/* Dev Page specific styling */
#home-page #content,
#home-page #sidebar,
#overview-page #content,
#overview-page #sidebar {
margin-bottom: 5px;
}
#privacy ul#top-links { margin-right: 254px; }
/* Privacy Page specific styling */
#privacy #wrapper {
padding: 5px;
}
#privacy #content {
width: 655px;
}
#privacy p, #privacy h3 {
margin-left:35px;
margin-right:35px;
width:585px;
}
#privacy h2 { margin-right:35px;}
#registrationStart {
margin-top: 20px;
}
#registrationStart fieldset#env1,
#registrationStart fieldset#env2 {
width: 150px;
display: block;
float: left;
text-align: left;
}
#registrationStart p {
font-size: 130%;
font-weight: bold;
color: #748752;
float: left;
clear: none;
display: block;
width: 50px;
padding: 75px 0 0 0;
margin: 0 20px 50px 35px;
}
#registrationStart p.clientvalidation{
margin: 5px 15px;
padding: 0;
font-size: 100%;
font-weight: normal;
color: #ba3e30;
width: 120px;;
}
#registrationStart fieldset#env1 select,
#registrationStart fieldset#env2 select,
#registrationStart fieldset#env1 input,
#registrationStart fieldset#env2 input,
#registrationStart fieldset#env1 label,
#registrationStart fieldset#env2 label {
margin: 0;
width: 10px;
}
#registrationStart fieldset#env1 label,
#registrationStart fieldset#env2 label {
cursor: pointer;
display: block;
}
#registrationStart fieldset#env1 input,
#registrationStart fieldset#env2 input {
margin: 3px 4px 0 0;
}
#registrationStart fieldset#env1 a {
background: transparent url(../newimages/env1.png) no-repeat 5px 0;
display: block;
width: 75px;
height: 75px;
cursor: pointer;
}
#registrationStart fieldset#env2 a {
background: transparent url(../newimages/env2.png) no-repeat 10px 0;
display: block;
width: 115px;
height: 75px;
cursor: pointer;
}
#registrationStart fieldset#env1 label,
#registrationStart fieldset#env2 label {
font-size: 120%;
font-weight: bold;
margin: 4px 0pt 0pt 4px;
width:130px;
}
#registrationStart fieldset#env1 select,
#registrationStart fieldset#env2 select {
margin: 10px 0 0 17px;
width: 120px;
}
#env-key {
clear: both;
margin: 20px 0;
display: block;
background: #F6F4E2;
min-height: 35px;
}
#env-key a#show-key {
background: transparent url(../newimages/show-key.png) no-repeat 50% 50%;
width: 68px;
height: 15px;
display: block;
cursor: pointer;
text-indent: -9999px;
padding: 10px;
}
#env-key a#show-key.active {
background: transparent url(../newimages/hide-key.png) no-repeat 50% 50%;
}
#env-key #show-key-text {
display: none;
padding: 0 20px 10px 20px;
}
#env-key #show-key-text h3 {
font-size: 12px;
padding: 10px 0 0 10px;
margin: 0;
}
#env-key #show-key-text strong {
color: #748751;
}
#env-key #show-key-text p {
width: 95%;
padding: 0 10px 10px 10px;
font-size: 100%;
font-weight: normal;
margin: 0;
color: #000;
}
/* fix for round corners on modals */
body#modal { background: transparent; }
#modalcorner {
background: #25231F;
}
/* end fix */
#modal h2 {
float: none;
margin-bottom: 10px;
}
#modal .explanation {
color: #748752;
margin: 0 0 0 90px;
width: auto;
float: left;
}
#modal form fieldset#account-next {
margin: 0;
}
#modal #registration {
background: #fff;
padding: 20px 20px 0 20px;
}
#modal #registration label {
width: 100px;
}
#modal #registration #account-data input,
#modal #registration #account-data select {
margin: 11px 100px 10px 0;
}
#modal #registration #account-data input.propalign {
display: none;
margin-left: 90px;
}
#modal .cancel,
#modal .next {
margin-right: 50px;
width: 66px;
}
#modal #addclassform #account-data input {
width: 280px;
margin: 8px 0 10px 0;
}
#modal #addclassform .explanation {
margin: 0 0 0 100px;
}
#modal #adddistrictform #account-data,
#modal #addschoolform #account-data {
padding: 0;
}
/* FAQ ZONE */
.fq {
margin-bottom: 1px;
padding: 3px 2px 3px 3em;
background-color: #f5edce;
letter-spacing: 0px;
line-height: 15px;
text-indent: -2em;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}
.fqs {
background-color: #eee3bd;
}
.fc {
margin: 1.5em 1em 1.5em 1em;
letter-spacing: 0px;
line-height: 14px;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}
.fh {
/*background-position: 0px 0px;
background-image: url(../images/btn_arrow_right_filled.png);
background-repeat: no-repeat;*/
background-color: #8f9f6f;
color: #fcfcfc;
cursor: pointer;
}
.fs {
/*background-position: 0px 0px;
background-repeat: no-repeat;
background-image: url(../images/btn_arrow_down_filled.png);*/
background-color: #748751;
color: #ffffff;
}
Untitled CSS (20-Jun @ 17:59)
Syntax Highlighted Code
- #poop {width:auto}
Plain Code
#poop {width:auto}
center align (9-Jun @ 09:51)
Syntax Highlighted Code
- .center {
- display: block;
- margin: 0 auto;
- }
Plain Code
.center {
display: block;
margin: 0 auto;
}
Untitled CSS (7-Jun @ 13:36)
Syntax Highlighted Code
- #id
- {
- color: red;
- }
Plain Code
#id
{
color: red;
}
Untitled CSS (5-Jun @ 00:08)
Syntax Highlighted Code
- body{
- background: red;
- }
Plain Code
body{
background: red;
}
Untitled CSS (26-May @ 20:20)
Syntax Highlighted Code
- body {display: none}
Plain Code
body {display: none}
Untitled CSS (13-May @ 23:37)
Syntax Highlighted Code
- .hamid {margin: 0}
Plain Code
.hamid {margin: 0}
Untitled CSS (21-Apr @ 13:35)
Syntax Highlighted Code
- .profile_head_AIK .profile_head
- {
- background: url('http://images.hamsterpaj.net/profile_themes/AIK/profile_head_bg.png');
- }
Plain Code
.profile_head_AIK .profile_head
{
background: url('http://images.hamsterpaj.net/profile_themes/AIK/profile_head_bg.png');
}
Untitled CSS (1-Dec @ 16:23)
Syntax Highlighted Code
- *{display: none;}
- h1{font-weight: bold;}
Plain Code
*{display: none;}
h1{font-weight: bold;}