Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* ============================ */
- /* Section 1: Document defaults */
- /* ============================ */
- @import url(http://fonts.googleapis.com/css?family=Lato:400,700,900);
- @import url(http://fonts.googleapis.com/css?family=Bangers);
- body {margin: 2% 15%;
- font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
- font-size: 10pt;
- background-image: url(images/plhouse.jpg);
- background-repeat: no-repeat;
- background-size: 30%;
- background-attachment: fixed;
- /* background-position: right top;*/
- }
- /* =============================== */
- /* Section 2: Header element rules */
- /* =============================== */
- #global {
- background-color: #121E26;
- text-align: right;
- overflow: auto;
- padding-right: 40px;
- height: 40px;
- border-top-left-radius: 30px;
- -ms-border-top-left-radius: 30px;
- -moz-border-top-left-radius: 30px;
- -webkit-border-top-left-radius: 30px;
- -khtml-border-top-left-radius: 30px;
- border-top-right-radius: 30px;
- -ms-border-top-right-radius: 30px;
- -moz-border-top-right-radius: 30px;
- -webkit-border-top-right-radius: 30px;
- -khtml-border-top-right-radius: 30px;
- }
- /* =============================== */
- /* Section 4: Footer element rules */
- /* =============================== */
- footer {font-size: 80%;
- }
- footer a, footer a:link, footer a:active, footer a:visited, footer a:hover {color: black; text-decoration: none;}
- footer a:hover {color: white; text-decoration: underline;}
- .TopRow {background-color: #324853;clear: both;overflow: auto;}
- .Centre {text-align: center;}
- .BottomRow { height: 40px;background-color: #1a2d38; color: white;text-align: center;
- border-bottm-left-radius: 30px;
- -ms-border-bottom-left-radius: 30px;
- -moz-border-bottom-left-radius: 30px;
- -webkit-border-bottom-left-radius: 30px;
- -khtml-border-bottom-left-radius: 30px;
- border-bottom-right-radius: 30px;
- -ms-border-bottom-right-radius: 30px;
- -moz-border-bottom-right-radius: 30px;
- -webkit-border-bottom-right-radius: 30px;
- -khtml-border-bottom-right-radius: 30px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement