Advertisement
Guest User

Untitled

a guest
May 27th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.11 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4. #banner {
  5.     height: auto;
  6.     width: auto;
  7.     background-image: url(../images/banner_bg.png);
  8.     background-repeat: repeat;
  9. }
  10. #show_container {
  11.     height: 375px;
  12.     width: 100%;
  13.     background-image: url(../images/embed_bg.png);
  14.    
  15.     background-repeat: repeat;
  16.     font-size: xx-small;
  17.     margin:auto;
  18.     font-style: italic;
  19.  
  20. }
  21. #show_whitespace {
  22.     height: 22px;
  23.     width: 100%;
  24. }
  25. #topic {
  26.     height: 25px;
  27.     width: auto;
  28.     font-family: Arial, Helvetica, sans-serif;
  29.     color: #FFF;
  30. }
  31. #whitespace {
  32.     height: 10px;
  33.     width: auto;
  34. }
  35.  
  36. #social_whitespace {
  37.     height:10px;
  38.     width:auto;
  39. }
  40.  
  41. #show_hold {
  42.     width:925px;
  43.     height:300px;
  44.     border: thick solid #000;
  45. }
  46.  
  47. #bottom_whitespace {
  48.     height: 10px;
  49.     width: auto;
  50. }
  51.  
  52. #social {
  53.     height: 50px;
  54.     width:auto;
  55.     background-image:url(../images/social_bg.png);
  56.     background-repeat:repeat;
  57. }
  58. a.no:link { color:#FFF  font-weight: bold; }
  59. a.no:active {color: #FFF;  font-weight: bold;}
  60. a.no:visited {color: #FFF;  font-weight: bold;}
  61. a.no:hover {color: #FFF;  font-weight: bolder;}
  62.  
  63. }
  64. .newscont {
  65.     text-align: center;
  66.     font-size: x-large;
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement