summaryrefslogtreecommitdiff
path: root/blog/sbs_1/extras.css
diff options
context:
space:
mode:
Diffstat (limited to 'blog/sbs_1/extras.css')
-rw-r--r--blog/sbs_1/extras.css50
1 files changed, 50 insertions, 0 deletions
diff --git a/blog/sbs_1/extras.css b/blog/sbs_1/extras.css
new file mode 100644
index 0000000..6409ebe
--- /dev/null
+++ b/blog/sbs_1/extras.css
@@ -0,0 +1,50 @@
+.CTitle {
+ color: #fff;
+}
+.TText {
+ color: #fff;
+}
+body {
+ background: #000;
+ background-image: url(blossom.png);
+}
+table {
+ background: rgba(0,0,0,0.8);
+}
+p {
+ text-indent: 2em;
+}
+note, .note {
+ vertical-align: super;
+ font-size: 60%;
+}
+reduced, .reduced {
+ font-size: 75%;
+}
+blockquote {
+ padding: 1em;
+ margin-left:4em;margin-right:4em;
+}
+enlarged, .enlarged {
+ font-size: 125%;
+}
+button {
+ border:none;
+ color:white;
+ padding:0.5em 2em;
+ text-align:center;
+ background-color:#C6C;
+ -webkit-transition-duration:0.4s;
+ transition-duration:0.4s;
+}
+button:hover {
+ background-color:#E9E;
+}
+input {
+ border: none;
+ border-bottom: 2px solid #C6C;
+ outline: none !important;
+ background-color: rgba(0,0,0,0) !important;
+ color: white;
+}
+