adds a dice preview #15
@ -7,9 +7,9 @@
|
|||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||||
<script src="/vendor/color-picker.js"></script>
|
<script src="/vendor/color-picker.js"></script>
|
||||||
<style>
|
<style>
|
||||||
.w3-theme-l6 { color:#000 !important; background-color:#999999 !important}
|
.w3-theme-l6 { color:#000 !important; background-color:#999999 !important; border-radius: 10px;}
|
||||||
.w3-theme-l4 { color:#fff !important; background-color:#666666 !important}
|
.w3-theme-l4 { color:#fff !important; background-color:#666666 !important; border-radius: 10px;}
|
||||||
.w3-theme-l1 { color:#fff !important; background-color:#333333 !important}
|
.w3-theme-l1 { color:#fff !important; background-color:#333333 !important; border-radius: 10px;}
|
||||||
.collapsible {
|
.collapsible {
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
color: black;
|
color: black;
|
||||||
@ -28,13 +28,14 @@
|
|||||||
display: none;
|
display: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #999999;
|
background-color: #999999;
|
||||||
color: #000
|
color: #000;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: #333333 3px solid;
|
border: #333333 3px solid;
|
||||||
border-radius: 5px;
|
border-radius: 10px;
|
||||||
background: #333333;
|
background: #333333;
|
||||||
color: #fff
|
color: #fff
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user