Add Skeuos style
This commit is contained in:
@@ -156,7 +156,7 @@ body{
|
||||
text-align: center;
|
||||
padding: 4px;
|
||||
margin: 0.3em 15px 0.3em 15px;
|
||||
font-family: sans-serif;
|
||||
font-family: 'Open Sans Light', sans-serif;
|
||||
font-weight: lighter;
|
||||
font-size: 1.5em;
|
||||
overflow: hidden;
|
||||
@@ -399,7 +399,7 @@ input[type="button"],
|
||||
input[type="color"],
|
||||
select {
|
||||
display: inline-block;
|
||||
border-radius: 8px;
|
||||
border-radius: 6px;
|
||||
border: none;
|
||||
margin: 3px;
|
||||
background: linear-gradient(var(--input_color), var(--input_color_dark));
|
||||
@@ -508,7 +508,7 @@ input[type="date"]{
|
||||
display: inline-block;
|
||||
margin: 3px; /* Same as button, to make them align nicely */
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
border-radius: 6px;
|
||||
background: linear-gradient(var(--input_color_dark), var(--input_color));
|
||||
box-shadow: inset 1px 1px 4px -2px var(--shadow_color);
|
||||
padding: 3px 5px;
|
||||
|
@@ -26,6 +26,8 @@
|
||||
<input type="radio" id="style_arc" name="style"><label for="style_arc">Arc Style</label>
|
||||
(Inspired by <a href="https://github.com/horst3180/Arc-theme" target="_blank">Arc GTK</a>)<br/>
|
||||
<input type="radio" id="style_deepsea" name="style"><label for="style_deepsea">Deep Sea Style</label><br/>
|
||||
<input type="radio" id="style_skeuos" name="style"><label for="style_skeuos">Skeuos Style</label>
|
||||
(Inspired by <a href="https://www.gnome-look.org/p/1441725/" target="_blank">Skeuos GTK</a>)<br/>
|
||||
<!--<input type="radio" id="style_sunny" name="style"><label for="style_sunny">Sunny Style</label>-->
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user