aboutsummaryrefslogtreecommitdiffstats
path: root/css/craftmine.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/craftmine.css')
-rw-r--r--css/craftmine.css68
1 files changed, 67 insertions, 1 deletions
diff --git a/css/craftmine.css b/css/craftmine.css
index 2a51ff7..c5d5d28 100644
--- a/css/craftmine.css
+++ b/css/craftmine.css
@@ -1,9 +1,75 @@
+@font-face {
+ font-family: "Symbola";
+ font-weight: bold;
+ src: url('Symbola.ttf');
+}
.tab-pane {
display: none;
}
.tab-pane:target {
display: block;
}
+.list-inline > li {
+ padding-top: 5px;
+ padding-bottom: 5px;
+}
.item-icon {
- font-size: 3em;
+ display:inline-block;
+ font-size: 4em;
+ font-family: "Symbola";
+}
+.list-group-item > .label {
+ float:right;
+}
+#tab2 > ul > li > button {
+ width: 9em;
+ height: 9em;
+}
+#tab3 > ul > li > button {
+ width: 10em;
+ height: 10em;
+}
+.label {
+ font-size: 1.2em;
+}
+.list-group > button {
+ border-radius: 0;
+}
+a {
+ color: #5cb85c;
+}
+/* color: hotpink;
+}
+.label-success {
+ background-color: hotpink;
+}
+
+.btn-success {
+ background-color: hotpink;
+ border-color: deeppink;
+}
+.btn-success:hover {
+ background-color: pink;
+ border-color: hotpink;
+}
+.btn-success.active.focus, .btn-success.active:focus,
+.btn-success.active:hover, .btn-success.focus:active,
+.btn-success:active:focus, .btn-success:active:hover,
+.btn-success.focus, .btn-success:focus {
+ background-color: deeppink;
+ border-color: magenta;
+}
+.panel-success {
+ border-color: lightpink;
+}
+.panel-success > .panel-heading {
+ background-color: pink;
+ color: deeppink;
+ border-color: lightpink;
+}
+.alert-success {
+ color: deeppink;
+ border-color: lightpink;
+ background-color: pink;
}
+*/