fixed cookies, minor display issues
This commit is contained in:
parent
8743ea61ff
commit
67f46d9a23
@ -96,6 +96,7 @@ td:hover {
|
|||||||
}
|
}
|
||||||
.settings {
|
.settings {
|
||||||
margin-left: -20%;
|
margin-left: -20%;
|
||||||
|
width: 13%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa {
|
.fa {
|
||||||
@ -146,4 +147,28 @@ td:hover {
|
|||||||
font-size:300%;
|
font-size:300%;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
text-shadow: 4px 4px 5px #444;
|
text-shadow: 4px 4px 5px #444;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 3%;
|
||||||
|
max-width: 70%;
|
||||||
|
margin-left: 3.5%;
|
||||||
|
font-size: 110%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.github {
|
||||||
|
font-size: 120%;
|
||||||
|
color: #23527C;
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
-webkit-transition: color 0.3s ease;
|
||||||
|
-moz-transition: color 0.3s ease;
|
||||||
|
-ms-transition: color 0.3s ease;
|
||||||
|
transition: color 0.3s ease;
|
||||||
|
|
||||||
|
}
|
||||||
|
.github:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #69CBE4;
|
||||||
}
|
}
|
||||||
@ -17,7 +17,11 @@
|
|||||||
<div class="pulltab second"><p class="tDesc">Settings</p></div>
|
<div class="pulltab second"><p class="tDesc">Settings</p></div>
|
||||||
<div class="sidebar settings">
|
<div class="sidebar settings">
|
||||||
<i class="fa fa-close"></i>
|
<i class="fa fa-close"></i>
|
||||||
<p class="desc">Background Theme</p><p id="theme">Light</p>
|
<p class="desc">Background Theme</p><p id="theme"></p>
|
||||||
|
<div class='about'>
|
||||||
|
<p>Developed by Kenneth Jao</p>
|
||||||
|
<a class="github" target="_blank" href="https://github.com/ksjdragon/atoms">Github</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="workspace"></div>
|
<div class="workspace"></div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user