Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .nav {
- position:fixed;
- font-size:24px;
- top: 140px;
- left: 440px;
- }
- .nav a {
- text-decoration:none;
- text-transform:uppercase;
- text-shadow: none;
- color: #f0f0f0;
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- }
- .nav a:hover {
- text-decoration:none;
- text-transform:uppercase;
- text-shadow: none;
- color: #fff;
- }
- .nav1 {
- position:fixed;
- font-size:24px;
- top: 130px;
- left: 415px;
- }
- .nav1 a {
- text-decoration:none;
- text-transform:uppercase;
- text-shadow: none;
- color: #f0f0f0;
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- }
- .nav1 a:hover {
- text-decoration:none;
- text-transform:uppercase;
- text-shadow: none;
- color: #fff;
- }
- .nav2 {
- position:fixed;
- font-size:24px;
- top: 170px;
- left: 430px;
- }
- .nav2 a {
- text-decoration:none;
- text-transform:uppercase;
- text-shadow: none;
- color: #f0f0f0;
- }
- .nav2 a:hover {
- text-decoration:none;
- text-transform:uppercase;
- text-shadow: none;
- color: #fff;
- }
- .nav3 {
- position:fixed;
- font-size:24px;
- top: 145px;
- left: 380px;
- }
- .nav3 a {
- text-decoration:none;
- text-transform:uppercase;
- text-shadow: none;
- color: #f0f0f0;
- }
- .nav3 a:hover {
- text-decoration:none;
- text-transform:uppercase;
- text-shadow: none;
- color: #fff;
- }
- .nav4 {
- position:fixed;
- font-size:24px;
- top: 165px;
- left: 400px;
- }
- .nav4 a {
- text-decoration:none;
- text-transform:uppercase;
- text-shadow: none;
- color: #f0f0f0;
- }
- .nav4 a:hover {
- text-decoration:none;
- text-transform:uppercase;
- text-shadow: none;
- color: #fff;
- }
- .nav5 {
- position:fixed;
- font-size:24px;
- top: 175px;
- left: 360px;
- }
- .nav5 a {
- text-decoration:none;
- text-transform:uppercase;
- text-shadow: none;
- color: #f0f0f0;
- }
- .nav5 a:hover {
- text-decoration:none;
- text-transform:uppercase;
- text-shadow: none;
- color: #fff;
- }
- <div class="nav">
- <a href="/" title="refresh"><big>●</big></a>
- </div>
- <div class="nav1">
- <a href="/ask" title="ask"><big>●</big></a>
- </div>
- <div class="nav2">
- <a href="/rules" title="rules"><big>●</big></a>
- </div>
- <div class="nav3">
- {block:iflink1}<a href="{text:link 1 url}" title="about"><big>●</big></a>
- </div>
- <div class="nav4">
- {block:iflink2}<a href="{text:link 2 url}" title="verses"><big>●</big></a>
- </div>
- <div class="nav5">
- {block:iflink3}<a href="{text:link 3 url}" title="navi"><big>●</big></a>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment