Advertisement
Guest User

Untitled

a guest
Nov 13th, 2011
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.48 KB | None | 0 0
  1. @charset "UTF-8";
  2. /* CSS Document */
  3. body{
  4.     background-image: url('ptv_background.png');
  5.     background-position: top;
  6.     background-repeat:repeat-x;
  7.     background-color:#000;
  8.     font-size:21px;
  9.     font-family:Arial, Helvetica, sans-serif;
  10. }
  11. /*toolbar location*/
  12. .toolbar_line{
  13.     text-align:left;
  14.     width:120px;
  15.     height:1000px;
  16.     padding:0%;
  17.     font-size:18px;
  18.     border-bottom:none;
  19.     border-right:none;
  20.     border-top:none;
  21.     position:fixed;
  22.     top:0;
  23.     left:0;
  24. }
  25. /*puts the logo in place*/
  26. .logo_time{
  27.     position:fixed;
  28.     top:0px;
  29.     left:0px;
  30.     padding:0%;
  31.     width:250px;
  32.     height:250px;
  33.     border-style:none;
  34.     opacity:0.9;
  35.    
  36. }
  37. /*all the information on the page (purple thing is the top)*/
  38. .top_line{
  39.     text-align:center;
  40.     width:60%;
  41.     height:600px;
  42.     border-width:40px;
  43.     border-style:solid;
  44.     border-color:black;
  45.     border-radius:50px 50px 50px;
  46.     padding:2%;
  47.     font-size:18px;
  48.     border-bottom:none;
  49.     border-right:none;
  50.     border-left:none;
  51.     position:absolute;
  52.     top:230px;
  53.     left:160px;
  54. }
  55. .schedule_line{
  56.     text-align:left;
  57.     width:60%;
  58.     height:600px;
  59.     border-width:40px;
  60.     border-style:solid;
  61.     border-color:black;
  62.     border-radius:50px 50px 50px;
  63.     padding:2%;
  64.     font-size:18px;
  65.     border-bottom:none;
  66.     border-right:none;
  67.     border-left:none;
  68.     position:fixed;
  69.     top:230px;
  70.     left:160px;
  71. }
  72. /*this is where the big PURCHASE picture is*/
  73. .thin_lines{
  74.     width:72%;
  75.     height:150px;
  76.     border-style:solid;
  77.     border-width:5px;
  78.     border-right:none;
  79.     border-left:none;
  80.     border-top:none;
  81.     padding:2%;
  82.     background:none;
  83.     position:absolute;
  84.     top:0px;
  85.     left:190px;
  86.    
  87. }
  88. a:link {color:#A341C8;
  89. font-size:21px;
  90. font-family:Arial, Helvetica, sans-serif;
  91. text-decoration:none;
  92. }
  93. a:hover{ color: black;}
  94. /* NOW PLAYING DIV */
  95. div.schedule_text{
  96.     text-transform:uppercase;
  97.     font-face: bold;
  98.     font-family:sans serif;
  99.     font-size:15px;
  100.     overflow: hidden;
  101.     padding: 10px;
  102. }
  103.  
  104. div.schedule_text a:active {
  105.     text-transform: uppercase;
  106.     font-size: 15px;
  107.     color:#003278;
  108.     text-decoration: none;
  109. }
  110. div.schedule_text a:visited {
  111.     text-transform: uppercase;
  112.     font-size: 15px;
  113.     color:white;
  114.     text-decoration: none;
  115. }
  116. div.schedule_text a:hover {
  117.     text-transform: uppercase;
  118.     font-size: 15px;
  119.     color: #ffff00;
  120.     text-decoration: none;
  121. }
  122. div.schedule_images{
  123.     text-align: center;
  124.     overflow: hidden;
  125. }
  126.  
  127. {
  128. margin-left:25px 50px 75px 100px;
  129. div.now_playing{
  130.     position: absolute;
  131.     top:1610px;
  132.     left:1040px;
  133.     text-align: right;
  134.     height: 350px;
  135.     background-color: black;
  136.     color: white;
  137.     width: 140px;
  138.     }
  139. }
  140.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement