|
|
@ -14,8 +14,10 @@
|
|
|
|
-moz-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
color: #666;
|
|
|
|
/*color: #666;*/
|
|
|
|
font-weight: bold;
|
|
|
|
/*font-weight: bold;*/
|
|
|
|
|
|
|
|
font: normal normal normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
|
|
|
|
|
|
|
|
color: #000;
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 9001;
|
|
|
|
z-index: 9001;
|
|
|
@ -105,19 +107,18 @@
|
|
|
|
.cryptpad-toolbar-top {
|
|
|
|
.cryptpad-toolbar-top {
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
height: 3em;
|
|
|
|
height: 32px;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 400px) {
|
|
|
|
@media screen and (max-width: 400px) {
|
|
|
|
.cryptpad-toolbar-top {
|
|
|
|
.cryptpad-toolbar-top {
|
|
|
|
height: 6em;
|
|
|
|
height: 67px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cryptpad-toolbar-top .cryptpad-title span {
|
|
|
|
.cryptpad-toolbar-top .cryptpad-title span {
|
|
|
|
font-size: 1.5em;
|
|
|
|
font-size: 1.5em;
|
|
|
|
vertical-align: middle;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 2em;
|
|
|
|
line-height: 32px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cryptpad-toolbar-top .cryptpad-title span:hover {
|
|
|
|
.cryptpad-toolbar-top .cryptpad-title span:hover {
|
|
|
|
border: 1px solid #888;
|
|
|
|
border: 1px solid #888;
|
|
|
@ -139,11 +140,11 @@
|
|
|
|
.cryptpad-toolbar-top .cryptpad-link {
|
|
|
|
.cryptpad-toolbar-top .cryptpad-link {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
left: 0px;
|
|
|
|
height: 3em;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 400px) {
|
|
|
|
@media screen and (max-width: 400px) {
|
|
|
|
.cryptpad-toolbar-top .cryptpad-link {
|
|
|
|
.cryptpad-toolbar-top .cryptpad-link {
|
|
|
|
top: 3em;
|
|
|
|
top: 35px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 401px) {
|
|
|
|
@media screen and (min-width: 401px) {
|
|
|
@ -153,7 +154,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cryptpad-toolbar-top .cryptpad-link a.cryptpad-logo {
|
|
|
|
.cryptpad-toolbar-top .cryptpad-link a.cryptpad-logo {
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
height: 3em;
|
|
|
|
height: 32px;
|
|
|
|
padding: 0px 5px;
|
|
|
|
padding: 0px 5px;
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
color: inherit;
|
|
|
|
color: inherit;
|
|
|
@ -163,7 +164,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cryptpad-toolbar-top .cryptpad-link a.cryptpad-logo img {
|
|
|
|
.cryptpad-toolbar-top .cryptpad-link a.cryptpad-logo img {
|
|
|
|
vertical-align: middle;
|
|
|
|
vertical-align: middle;
|
|
|
|
height: 3em;
|
|
|
|
height: 32px;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cryptpad-toolbar-top .cryptpad-link a.cryptpad-logo span {
|
|
|
|
.cryptpad-toolbar-top .cryptpad-link a.cryptpad-logo span {
|
|
|
|