fixed cookies, minor display issues
This commit is contained in:
parent
8743ea61ff
commit
67f46d9a23
@ -96,6 +96,7 @@ td:hover {
|
||||
}
|
||||
.settings {
|
||||
margin-left: -20%;
|
||||
width: 13%;
|
||||
}
|
||||
|
||||
.fa {
|
||||
@ -147,3 +148,27 @@ td:hover {
|
||||
color:#fff;
|
||||
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="sidebar settings">
|
||||
<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 class="workspace"></div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user