
Untitled
By: a guest on
Jun 20th, 2012 | syntax:
None | size: 2.67 KB | hits: 12 | expires: Never
/**
* Woo
*/
.panel {
width: 172px;
background: #fff;
box-shadow: 0 0 7px 0 rgba(16,49,132,0.1);
border-radius: 4px;
font-size: 12px;
color: #444;
background: -webkit-linear-gradient(top, #fff, #f0f0f0);
border: 4px solid #fff;
padding: 20px;
}
.panel .panel-body {
}
.panel .panel-body h1 {
font-size: 20px;
color: #103184;
font-weight: normal;
text-align: center;
}
.panel .panel-body h2 {
font-size: 15px;
color: #444;
font-weight: normal;
padding-left: 25px;
}
h2.this {
font-size: 20px;
color: #103184;
font-weight: normal;
padding-left: 30px;
position: relative;
background: url('http://www.google.com.sg/images/nav_logo99.png') top left no-repeat;
}
h2.this span.icon {
background: #ff0000;
padding-left: 15px;
margin-left: 10px;
background: url('http://www.google.com.sg/images/nav_logo99.png') top left no-repeat;
}
a.quicklink {
display: block;
width: 180px;
height: 20px;
font-size: 11px;
color: #444;
background: #eee;
text-decoration: none;
border-radius: 4px;
padding-left: 30px;
//background: url('http://www.google.com.sg/images/nav_logo99.png') top left no-repeat, -webkit-linear-gradient(top, #fff, #dcdcdc);
border: 1px solid #dfdfdf;
padding-top: 6px;
position: relative;
}
a.quicklink span.icon {
background: url('http://www.google.com.sg/images/nav_logo99.png') top left no-repeat, -webkit-linear-gradient(top, #fff, #dcdcdc);
display: block;
width: 28px;
height: 26px;
position: absolute;
top: 0;
left: 0;
}
.section-header {
padding: 0 0 128px 0;
box-shadow: 0 1px 4px 1px rgba(16,49,132,0.3);
background: #eee url('http://www.google.com.sg/images/nav_logo99.png') top left no-repeat;
}
.section-header .top h2 {
padding: 8px 16px;
font-size: 17px;
background: -webkit-linear-gradient(top, #fff, #d3d5dd);
box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.3);
vertical-align: top;
}
.section-header .top h2 span.icon {
color: #ff0000;
font-weight: bold;
padding: 10px 6px;
font-size: 18px;
}
ul { list-style: none; padding:0; margin:0; }
ul.subnav {
box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
width: 160px;
margin-top: 50px;
}
ul.subnav li {
list-style: none;
padding: 0;
margin: 0;
}
ul.subnav li a {
color: #2b2b2b;
text-decoration: none;
display: block;
text-transform: uppercase;
font-size: 11px;
padding: 10px 15px;
background: #f4f4f4;
background: -webkit-linear-gradient(top, #fff, #f4f4f4);
border-bottom: 1px solid #ccc;
}
ul.subnav li a:hover {
color: #fff;
background: -webkit-linear-gradient(top, #2c5fa7, #010a46);
}
ul.nested li a {
color: #103184;
background: -webkit-linear-gradient(top, #e5f4ff, #a6d6ff);
}
ul.nested li a:hover {
color: #000;
background: -webkit-linear-gradient(top, #e5f4ff, #a6d6ff);
}