summaryrefslogtreecommitdiff
path: root/public/stylesheets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets/style.css')
-rw-r--r--public/stylesheets/style.css35
1 files changed, 16 insertions, 19 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index bf5d394..8681414 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -389,26 +389,23 @@ header {
transition: none;
}
-.cursor span {
+.cursor div {
position: relative;
left: 25px;
- top: 0;
+ top: 6px;
font-size: 12px;
color: #333;
font-family: 'Julius Sans One', sans-serif;
z-index:2;
+ text-shadow: 0 0 5px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 2px #fff, 0 0 1px #fff;
}
-.cursor span:after {
- content: "15:33";
- margin-left: 25px;
- color: black;
- display: block;
- float: left;
+.cursor div.name {
+ left: 29px;
}
-.cursor.idle span {
- color: transparent;
+.cursor div.time {
+ font-size: 10px;
}
-.cursor.idle span:after {
+.cursor.idle div {
color: transparent;
}
@@ -439,14 +436,14 @@ ol {
background: url(https://s3.amazonaws.com/luckyplop/cf8dc6647202296b7c84c906dbf43c6d46e04958.png) no-repeat -2px -97px;
}
.okfocus {
- text-align:center;
- position:fixed;
- bottom:10px;
- left:0;
- font-size:11px;
- width:100%;
-
+ text-align: center;
+ position: fixed;
+ bottom: 10px;
+ left: 0;
+ font-size: 11px;
+ width: 100%;
+ cursor: pointer;
}
.okfocus img {
- width:100px;
+ width: 100px;
} \ No newline at end of file