Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body
- {
- background-image: url("Tlo.png");
- color: #ffffff;
- font-family: 'Lato', sans-serif;
- font-size: 20px;
- margin: 0 !important;
- }
- .wrapper
- {
- width: 100%;
- }
- .header
- {
- width: 100%;
- padding: 50px 0;
- }
- #obrazek
- {
- float: left;
- padding-left: 200px;
- }
- #dzien
- {
- color: white;
- font-size: 48px;
- float: right;
- padding-right: 200px;
- }
- #godzina
- {
- color: white;
- font-size: 48px;
- float: right;
- padding-top: 150px;
- }
- .logo
- {
- width: 450px;
- margin-left: auto;
- margin-right: auto;
- text-align: center;
- }
- .nav
- {
- width: 100%;
- padding: 10px 0;
- background-color: #006666;
- text-align: center;
- border-top: 5px solid #003333;
- border-bottom: 5px solid #003333;
- }
- .content
- {
- width: 1000px;
- margin-left: auto;
- margin-right: auto;
- text-align: justify;
- padding-top: 10px;
- }
- .socials
- {
- width:100%;
- text-align: center;
- background-color: #151515;
- }
- .socialdivs
- {
- width: 1000px;
- margin-left: auto;
- margin-right: auto;
- }
- .fb
- {
- width: 250px;
- height: 155px;
- float:left;
- }
- .fb:hover
- {
- background-color: #4668b3;
- }
- .yt
- {
- width: 250px;
- height: 155px;
- float:left;
- }
- .yt:hover
- {
- background-color: #d94348;
- }
- .tw
- {
- width: 250px;
- height: 155px;
- float:left;
- }
- .tw:hover
- {
- background-color: #3095d3;
- }
- .gplus
- {
- width: 250px;
- height: 155px;
- float:left;
- }
- .gplus:hover
- {
- background-color: #d95333;
- }
- .footer
- {
- text-align: center;
- background-color: #111111;
- padding: 30px;
- }
- .sticky
- {
- width: 100%;
- position: fixed;
- left: 0;
- top: 0;
- z-index: 100;
- }
- ol
- {
- padding: 0;
- margin: 0;
- list-style-type: none;
- font-size: 18px;
- height: 35px;
- line-height: 200%;
- display: inline-block;
- }
- ol a
- {
- color: #ffffff;
- text-decoration: none;
- display: block;
- }
- ol > li
- {
- float: left;
- width: 150px;
- height: 40px;
- border-right: 1px solid #003333;
- }
- ol > li:first-child
- {
- border-left: 1px solid #003333;
- }
- ol > li:hover
- {
- background-color: #009999;
- }
- ol > li:hover > a
- {
- color: #001111;
- }
- ol > li > ul
- {
- list-style-type: none;
- padding: 0;
- margin: 0;
- height: 40px;
- display: none;
- }
- ol > li:hover > ul
- {
- display: block;
- }
- ol > li > ul > li
- {
- background-color:#009999;
- position: relative;
- z-index: 100;
- border-top: 1px solid #003333;
- }
- ol > li > ul > li:hover
- {
- background-color: #006666;
- }
- ol > li > ul > li:hover > a
- {
- color: #000011;
- }
Advertisement
Add Comment
Please, Sign In to add comment