Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #slide_wrapper{
- background-color:black;
- border-style:solid;
- border-width:2px;
- border-top-left-radius:10px;
- border-top-right-radius:10px;
- border-bottom-left-radius:10px;
- border-bottom-right-radius:10px;
- width:500px;
- min-height:400px;
- margin:0 auto;
- }
- #slide_news{
- text-align:center;
- color:white;
- font-size:18px;
- font-family:prime;
- }
- #slide_show{
- width:350px;
- margin:0 auto;
- margin-top:10px
- }
- #php_form{
- text-align:center;
- }
- #logo{
- float:left;
- }
- #subhead{
- font-size:15px;
- text-align:center;
- }
- #wrapper {
- border-style:solid;
- border-width:2px;
- border-top-left-radius:10px;
- border-top-right-radius:10px;
- border-bottom-left-radius:10px;
- border-bottom-right-radius:10px;
- width: 1500x;
- min-height: 250px;
- background-color:white;
- padding-top:2cm;
- text-align:center;
- border-color:black;
- color:#001676;
- }
- #footer {
- font-size:12px;
- text-align:center;
- position:absolute;
- bottom:0;
- width:100%;
- height:0px; /* Height of the footer */
- }
- body {
- background-image: url('http://www.rsps4u.com/i/background_tile.png');
- background-repeat:repeat-x repeat-y;
- background-color:#424242;
- color:white;
- font-size:20px;
- font-family:prime;
- } a1 {
- margin: 10px;
- } @font-face {
- font-family: prime;
- src: url('http://bit.ly/Y31Mz8');
- }
- #nav {
- list-style: none;
- float:right;
- }
- #nav li {
- float:right;
- margin-right: 40px;
- margin-top: 35px;
- }
- #nav li a {
- font-size:25px;
- padding: 15px;
- text-decoration: none;
- font-weight: bold;
- color: white;
- }
- #nav li a:hover {
- color:#001676;
- background-color:;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement