Skip to content

Commit

Permalink
style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
allynbauer committed May 25, 2010
2 parents 3ecf011 + 4bd5cd1 commit a5854e3
Showing 1 changed file with 40 additions and 45 deletions.
85 changes: 40 additions & 45 deletions resources/panic.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,16 @@ td {
margin: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222), color-stop(0.5, #222), color-stop(0.5, #333));
border-bottom: 1px solid #555;
background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222), color-stop(0.5, #222), color-stop(0.5, #333));
border-bottom: 1px solid #555;
vertical-align: middle;
}

.alt td {
background-color: #1f222d;
border-color: #1f222d;
background: -webkit-gradient(linear, left top, left bottom, from(#1f222d), to(#333), color-stop(0.5, #333), color-stop(0.5, #1f222d));
border-bottom: 1px solid #555;
background: -webkit-gradient(linear, left top, left bottom, from(#1f222d), to(#333), color-stop(0.5, #333), color-stop(0.5, #1f222d));
border-bottom: 1px solid #555;
}

tr {
Expand All @@ -136,14 +136,8 @@ tr {

/* custom bling */
.cell_3 {
/*
font: normal 70px/50px 'FreakyFace';
*/
font: normal 50px 'FreakyFace';
padding-top: 10px;

width: 25%;
letter-spacing: 4px;
}

/* @end */
Expand Down Expand Up @@ -183,7 +177,7 @@ a {
/* @group BUBBLE LIST MODULE */

ul {
list-style-type: none;
list-style-type: none;
padding: 0;
padding-top: 8px;
padding-bottom: 8px;
Expand All @@ -195,21 +189,21 @@ ul {
li {
display: block;
float: left;
clear: left;
padding: 5px;
clear: left;
padding: 5px;
}

li .content {
display: block;
line-height: 40px;
float: left;
margin-left: 10px;
font-size: 28px;
display: block;
line-height: 40px;
float: left;
margin-left: 10px;
font-size: 28px;
}

.bubble span {
display: block;
width: 40px;
width: 40px;
height: 40px;
line-height: 40px;
padding: 0;
Expand All @@ -218,23 +212,23 @@ li .content {
}

.bubble .background {
font-style: normal;
font-style: normal;
font-family: 'Cutouts';
font-size: 70px;
}

.bubble.red .background {
color: #d81817;
color: #d81817;
}

.bubble.orange .background {
color: #fc5005;
color: #fc5005;
}

.bubble .display {
text-align: center;
margin-left: -30px;
font-size: 20px;
text-align: center;
margin-left: -30px;
font-size: 20px;
}

/* @end */
Expand All @@ -257,7 +251,7 @@ li .content {
padding: 0 12px;
}
.bars {
border-bottom: 1px solid #999;
border-bottom: 1px solid #999;
float: left;
}
.bar-title {
Expand All @@ -266,37 +260,35 @@ li .content {
}

.bar .header {
top: -4px;
position:relative;
font-size: 36px;
font-weight: thin;
top: -4px;
position:relative;
font-size: 36px;
font-weight: thin;
letter-spacing: -0.08em;
}
.bar .total {
color: #fff;
font-weight: bold;
color: #fff;
font-weight: bold;
}
.bar .remaining {
color: #6cdaff;
color: #6cdaff;
}



.bar .view {
border-width: 3px;
border-style: solid;
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom: 0px;
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
webkit-border-top-left-radius: 3px;
border-bottom: 0px;
}

#bar_1 {
background: #FABD15;
border-color: #FABD15;
/* border-left-color: #d5a110; */
border-left-color: #fed615;
border-left-color: #fed615;
border-top-color: #fed615;
border-right-color: #d5a110;
}
Expand All @@ -305,7 +297,7 @@ li .content {
background: #49C817;
border-color: #49C817;
/* border-left-color: #38a410; */
border-left-color: #4fdd15;
border-left-color: #4fdd15;
border-top-color: #4fdd15;
border-right-color: #38a410;
}
Expand All @@ -314,7 +306,7 @@ li .content {
background: #FD3B15;
border-color: #FD3B15;
/* border-left-color: #cd2e14; */
border-left-color: #ff4c21;
border-left-color: #ff4c21;
border-top-color: #ff4c21;
border-right-color: #cd2e14;
}
Expand All @@ -334,13 +326,16 @@ li .content {
/* border-left-color: #3368d7; */
border-left-color: #1288ff;
border-top-color: #1288ff;
border-right-color: #3368d7;
border-right-color: #3368d7;
}

#bar_6 {
background: #d8d309;
border-color: #d8d309;
border-left-color: #beba06;
/* border-left-color: #beba06; */
border-left-color: #ede80a;
border-top-color: #ede80a;
border-right-color: #beba06;
}

/* @end */

0 comments on commit a5854e3

Please sign in to comment.