Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *{ margin: 0px; padding: 0px; }
- body {
- /*background: url(Images/background.png) no-repeat center center;*/
- background: white;
- background-repeat: no-repeat;
- background-position: center center;
- background-attachment: fixed;
- background-size: cover;
- width: 100%;
- height: 100%;
- }
- #main {
- }
- #main .a0-0-0-0-0 {
- background: #d0f4c8;
- width: 100%;
- height: 35px;
- }
- #main .a0-0-0-0-1 {
- position: absolute;
- }
- #main .a0-0-0-0-1 img {
- position: relative;
- bottom: 30px;
- left: 250px;
- -ms-transform: rotate(7deg); /* IE 9 */
- -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
- transform: rotate(7deg);
- border-radius: 20px 20px 20px 20px;
- -moz-border-radius: 20px 20px 20px 20px;
- -webkit-border-radius: 20px 20px 20px 20px;
- border: 0px solid #000000;
- -webkit-box-shadow: 0px 10px 0px 0px rgba(0,0,0,0.75);
- -moz-box-shadow: 0px 10px 0px 0px rgba(0,0,0,0.75);
- box-shadow: 0px 10px 0px 0px rgba(0,0,0,0.75);
- }
- #main .a0-0-0-0-1 p {
- font-size: 20px;
- font-family: 'Fjalla One', sans-serif;
- margin-left: 2px;
- }
- #main .a0-0-0-0-1 span {
- font-size: 25px;
- color: #fa3c0a;
- }
- /*Social Club position problem
- #main .a0-0-0-0-2 {
- position: absolute;
- }
- #main .a0-0-0-0-2 p {
- font-size: 10px;
- font-family: 'Indie Flower', cursive;
- color: black;
- position: relative;
- left: 1100px;
- } */
- /*Nav*/
- #main .a1-0-0-0-0 {
- width: 100%;
- height: auto;
- background: #3f3f3f;
- }
- .nav{
- border:1px solid #ccc;
- border-width:1px 0;
- list-style:none;
- margin:0;
- padding:0;
- text-align:center;
- overflow: hidden;
- background-color: #333;
- }
- .nav li{
- display:inline;
- border-right: 1px solid #bbb;
- }
- .nav a{
- display:inline-block;
- padding:10px;
- margin-right: 7px;
- color: white;
- font-family: 'Fjalla One', sans-serif;
- text-decoration: none;
- }
- .nav li:last-child {
- border-right: none;
- }
- .nav li a:hover:not(.active) {
- background-color: #111;
- color: #fa3c0a;
- }
- /*End Nav*/
- /*Cover*/
- #main .a2-0-0-0-0 {
- background: url(Images/cover.png) no-repeat center center;
- background-repeat: no-repeat;
- background-position: center center;
- background-attachment: fixed;
- background-size: cover;
- width: 100%;
- height: 300px;
- box-shadow: 1px 5px 0px -1px #DDDDDD;
- -webkit-box-shadow: 1px 5px 0px -1px #DDDDDD;
- -moz-box-shadow: 1px 5px 0px -1px #DDDDDD;
- -o-box-shadow: 1px 5px 0px -1px #DDDDDD;
- }
- #main .a2-0-0-0-1 {
- position: absolute;
- }
- #main .a2-0-0-0-1 p {
- position: relative;
- font-size: 60px;
- color: #fa3c0a;
- font-family: 'Fjalla One', sans-serif;
- left: 50px;
- top: 20px;
- }
- #main .a2-0-0-0-1 img {
- position: relative;
- left: 700px;
- bottom: 80px;
- }
- #main .a2-0-0-0-1b1 {
- font-size: 30px;
- color: white;
- font-family: 'Indie Flower', cursive;
- position: relative;
- left: 110px;
- top: 75px;
- }
- #main .a3-0-0-0-0 {
- width: 100%;
- height: auto;
- }
- #main .mainbox {
- width: 90%;
- margin:0px auto;
- background: #7b7b7b;
- margin-top: 2px;
- }
- /*Our Info More*/
Add Comment
Please, Sign In to add comment