TG Sync 12/15/17

s

s
This commit is contained in:
kevinz000
2017-12-15 06:27:57 -08:00
parent b6b0ab69e3
commit 253c819bc1
762 changed files with 13429 additions and 14872 deletions
+67
View File
@@ -0,0 +1,67 @@
.greentext {
color: #90ee90;
font-weight: bold;
}
.greentext_alt {
color: green;
}
.redtext {
color: #ef2f3c;
font-weight: bold;
}
.neutraltext {
font-weight: bold; /* If you feel these should have some color feel free to change */
}
.marooned {
color: rgb(109, 109, 255); font-weight: bold;
}
.header {
font-size: 24px; font-weight: bold;
}
.big {
font-size: 24px;
}
.medaltext {
color: #add8e6;
}
.codephrase {
color : #ef2f3c;
}
.redborder {
border-bottom: 2px solid #ef2f3c;
}
.greenborder {
border-bottom: 2px solid #90ee90;
}
.clockborder {
border-bottom: 2px solid #B18B25;
}
.stationborder {
border-bottom: 2px solid #add8e6;
}
li {
margin-bottom: 0.2rem;
}
.panel {
background-color: #313131;
padding: 10px;
border-radius: 10px;
margin-bottom: 5px;
}
body {
background-color: #272727;
color: #efefef;
}
+20
View File
@@ -0,0 +1,20 @@
[data-tooltip] {
position: relative;
}
[data-tooltip]:hover::before {
position: absolute;
z-index: 1;
top: 100%;
padding: 0 4px;
margin-top: 1px;
border: 1px solid #40628a;
background: black;
color: white;
content: attr(data-tooltip);
min-width: 160px;
}
.technode {
width: 256px;
}