Advertisement
Guest User

stcss

a guest
Mar 16th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. #slide_wrapper{
  2. background-color:black;
  3. border-style:solid;
  4. border-width:2px;
  5. border-top-left-radius:10px;
  6. border-top-right-radius:10px;
  7. border-bottom-left-radius:10px;
  8. border-bottom-right-radius:10px;
  9. width:500px;
  10. min-height:400px;
  11. margin:0 auto;
  12. }
  13. #slide_news{
  14. text-align:center;
  15. color:white;
  16. font-size:18px;
  17. font-family:prime;
  18. }
  19. #slide_show{
  20. width:350px;
  21. margin:0 auto;
  22. margin-top:10px
  23. }
  24. #php_form{
  25. text-align:center;
  26. }
  27. #logo{
  28. float:left;
  29. }
  30. #subhead{
  31. font-size:15px;
  32. text-align:center;
  33. }
  34. #wrapper {
  35. border-style:solid;
  36. border-width:2px;
  37. border-top-left-radius:10px;
  38. border-top-right-radius:10px;
  39. border-bottom-left-radius:10px;
  40. border-bottom-right-radius:10px;
  41. width: 1500x;
  42. min-height: 250px;
  43. background-color:white;
  44. padding-top:2cm;
  45. text-align:center;
  46. border-color:black;
  47. color:#001676;
  48. }
  49. #footer {
  50. font-size:12px;
  51. text-align:center;
  52. position:absolute;
  53. bottom:0;
  54. width:100%;
  55. height:0px; /* Height of the footer */
  56. }
  57. body {
  58. background-image: url('http://www.rsps4u.com/i/background_tile.png');
  59. background-repeat:repeat-x repeat-y;
  60. background-color:#424242;
  61. color:white;
  62. font-size:20px;
  63. font-family:prime;
  64. } a1 {
  65. margin: 10px;
  66. } @font-face {
  67. font-family: prime;
  68. src: url('http://bit.ly/Y31Mz8');
  69. }
  70. #nav {
  71. list-style: none;
  72. float:right;
  73. }
  74. #nav li {
  75. float:right;
  76. margin-right: 40px;
  77. margin-top: 35px;
  78. }
  79. #nav li a {
  80. font-size:25px;
  81. padding: 15px;
  82. text-decoration: none;
  83. font-weight: bold;
  84. color: white;
  85. }
  86. #nav li a:hover {
  87. color:#001676;
  88. background-color:;
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement