Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * {
- margin: 0;
- padding: 0;
- }
- body {
- background: url(/Images/VipIcons/background3.jpg);
- }
- .hrmain {
- margin:10px 0 10px 0;
- border: 0;
- height: 2px;
- background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
- background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
- background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
- background-image: -o-linear-gradient(left, rgba(179, 179, 179,0), rgba(179, 179, 179,0.75), rgba(179, 179, 179,0));
- }
- .hrmain2 {
- border: 0;
- height: 3px;
- background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
- background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
- background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
- background-image: -o-linear-gradient(left, rgba(179, 179, 179,0), rgba(179, 179, 179,0.75), rgba(179, 179, 179,0));
- }
- .container {
- width:1200px;
- min-height: 100% ;
- margin: 0 auto;
- padding-top:250px;
- }
- header {
- margin: 1px 0 0 0;
- background-color: lightgray;
- height: 250px;
- }
- #content-mazb {
- background-color:#262626;
- height: 100%;
- float:left;
- }
- /* ------ Right Content Blocks --------- */
- #content-right-chronicle-list-left {
- width: 100px;
- height:auto;
- float:left;
- text-align:left;
- margin-left:20px;
- margin-top:5px;
- }
- #content-right-chronicle-list-right {
- width: 85px;
- height:auto;
- float: right;
- margin-top:5px;
- margin-right:7px;
- }
- #content-right ul {
- list-style-type:none;
- }
- #content-right ul li a:hover {
- color :white;
- }
- #content-right a{
- text-decoration:none;
- color:#d9d9d9;
- }
- #content-right {
- float: right;
- width: 230px;
- min-height: 500px;
- background-color: #262626;
- color:#fcfcfc;
- }
- #content-right-rate {
- width: 215px;
- min-height: 70px;
- border-left:1px solid #737373;
- border-right:1px solid #737373;
- border-bottom:1px solid #737373;
- border-radius:13px;
- margin:0 10px 10px 5px;
- font-family: 'PT Sans', sans-serif;
- font-size:14px;
- }
- #content-right-advert {
- width: 230px;
- height: 350px;
- margin-top: 4px;
- }
- #content-right-chronicle {
- width: 215px;
- min-height: 170px;
- border-left:1px solid #737373;
- border-right:1px solid #737373;
- border-bottom:1px solid #737373;
- border-radius:13px;
- margin:0 10px 10px 5px;
- font-family: 'PT Sans', sans-serif;
- font-size:14px;
- }
- .content-right-select {
- text-align:center;
- font-family: 'Roboto', sans-serif;
- }
- .content-right-select select {
- text-align:center;
- background-color:#b3b3b3;
- border-radius:5px;
- width: 190px;
- font-size: 16px;
- border: 1px solid #ccc;
- height: 34px;
- margin:15px 10px 10px 10px;
- font-family: 'PT Sans', sans-serif;
- }
- #content-right-select option {
- font-size:13px;
- font-family: 'PT Sans', sans-serif;
- }
- #content-right h2 {
- text-align:center;
- margin:0 auto;
- margin-top:20px;
- font-size: 20px;
- padding: 5px 5px 5px 20px;
- color: #f3f3f3;
- transform: skew(-7deg);
- font-family: 'Exo 2', sans-serif;
- background-color: #333333;
- width:190px;
- border-bottom: 1px solid #595959;
- -webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
- -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
- box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
- }
- /* ------ End of Right Content Blocks --------- */
- /* ------- Menu Header -------- */
- nav {
- height: 40px;
- display: block;
- background-color: #262626;
- border-bottom:2px solid black;
- -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
- -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
- box-shadow: 0px 3px 5px 0px rgba(89, 89, 89,0.50);
- }
- nav li {
- list-style-type: none;
- float:right;
- }
- nav li a {
- font-size: 15px;
- color:#cccccc;
- display: block;
- line-height: 40px;
- padding: 0 15px;
- text-decoration: none;
- border-right: 1px solid black;
- font-family: 'Exo 2', sans-serif;
- }
- nav li a:hover {
- background-color:#4d4d4d;
- }
- /* ------- End Menu -------- */
- /*Stream block start*/
- #stream-container {
- width: 1200px;
- height: 150px;
- background-color:#262626;
- text-align:center;
- }
- .stream-video-cell {
- width:200px;
- height:130px;
- border:2px solid gray;
- display:inline-block;
- border-radius:4px;
- margin: 7px 4px 0 0;
- }
- /*End of stream block*/
- /* ------- Content (left) Blocks ------ */
- #content {
- width: 970px;
- background-color:#262626;
- height:100%;
- float:left;
- font-family: 'PT Sans', sans-serif;
- }
- #content h1 {
- font-size: 25px;
- padding: 5px 5px 5px 20px;
- color: #e6e6e6;
- text-shadow: 1px 1px 0px rgba(204, 204, 204, 0.74);
- font-family: 'Exo 2', sans-serif;
- border-bottom:2px solid black;
- -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
- -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
- box-shadow: 0px 3px 5px 0px rgba(89, 89, 89,0.50);
- }
- #content h2 {
- font-size: 20px;
- padding: 5px 5px 5px 20px;
- margin-bottom:5px;
- color: #bfbfbf;
- transform: skew(-7deg);
- font-family: 'Exo 2', sans-serif;
- background-color: #333333;
- border-bottom: 1px solid #595959;
- -webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
- -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
- box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
- }
- #container-for-list-left {
- width:50px;
- height:100%;
- float:left;
- margin: 0 0 10px 10px;
- }
- #container-for-list-right {
- width:450px;
- height:100%;
- float:right;
- margin: 0 10px 10px 0;
- }
- #content-vip-will-open {
- float:left;
- width: 450px;
- height:100%;
- margin: 10px;
- }
- #content-vip-opened {
- float:right;
- width: 450px;
- height:100%;
- margin: 10px;
- }
- #content-start-today {
- float:left;
- width: 450px;
- height:100%;
- margin: 10px;
- }
- #content-start-tomorrow {
- float:right;
- width: 450px;
- height:100%;
- margin: 10px;
- }
- #content-mainlist-will-open {
- float:left;
- width: 450px;
- height:100%;
- margin: 10px;
- }
- #content-mainlist-opened {
- float:right;
- width: 450px;
- height:100%;
- margin: 10px;
- }
- /* -------End of Content (left) Blocks ------ */
- /* Footer block start */
- #clear {
- clear: both;
- }
- footer {
- height: 150px;
- background-color: #262626;
- padding: 10px 20px 10px 20px;
- font-family: 'PT Sans', sans-serif;
- }
- footer p {
- color: #fcfcfc;
- font-size:12px;
- margin: 5px 0 0 0;
- }
- footer h1 {
- font-size:18px;
- color:orangered;
- }
- /* End of Footer block */
Advertisement
Add Comment
Please, Sign In to add comment