added base code for cookies, for settings changer
This commit is contained in:
parent
aa166cc848
commit
44136da5f7
@ -0,0 +1,20 @@
|
||||
@import url(https://fonts.googleapis.com/css?family=Oswald);
|
||||
|
||||
html {
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
font-family: Oswald;
|
||||
font-size: 100%;
|
||||
|
||||
-webkit-transition: background-image ease-in 0.5s;
|
||||
-moz-transition: background-image ease-in 0.5s;
|
||||
-ms-transition: background-image ease-in 0.5s;
|
||||
transition: background-image ease-in 0.5s;
|
||||
}
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
<div class="pulltab1"></div>
|
||||
<div class="table"></div>
|
||||
<div class="settings"></div>
|
||||
<h1 class="desc">Background Theme</h1><h1 id="bg">Light</h1>
|
||||
<div class="pulltab2"></div>
|
||||
<div class="workspace"></div>
|
||||
</body>
|
||||
|
||||
BIN
atoms/resources/static/dark.png
Normal file
BIN
atoms/resources/static/dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.6 KiB |
BIN
atoms/resources/static/light.png
Normal file
BIN
atoms/resources/static/light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
Loading…
x
Reference in New Issue
Block a user