fixed cookies, minor display issues

This commit is contained in:
ksjdragon 2016-04-10 20:42:15 -04:00
parent 8743ea61ff
commit 67f46d9a23
2 changed files with 30 additions and 1 deletions

View File

@ -96,6 +96,7 @@ td:hover {
}
.settings {
margin-left: -20%;
width: 13%;
}
.fa {
@ -146,4 +147,28 @@ td:hover {
font-size:300%;
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;
}

View File

@ -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>