2013-03-11 05:32:24 +00:00
|
|
|
.jumbotron {
|
|
|
|
|
background-color: #1b1b1b;
|
|
|
|
|
background-image: -moz-linear-gradient(top, #222222, #111111);
|
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
|
|
|
|
|
background-image: -webkit-linear-gradient(top, #222222, #111111);
|
|
|
|
|
background-image: -o-linear-gradient(top, #222222, #111111);
|
|
|
|
|
background-image: linear-gradient(to bottom, #222222, #111111);
|
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
|
border-color: #252525;
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
|
|
|
|
|
background:none;
|
|
|
|
|
color:black;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
body {
|
|
|
|
|
padding-top:0px;
|
2013-09-02 05:20:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
cursor: pointer;
|
2013-03-11 05:32:24 +00:00
|
|
|
}
|