aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/shaarli.css
diff options
context:
space:
mode:
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r--inc/shaarli.css34
1 files changed, 14 insertions, 20 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css
index 79ba1d69..7a69d575 100644
--- a/inc/shaarli.css
+++ b/inc/shaarli.css
@@ -738,25 +738,6 @@ h1 {
738 background: #ffffff; 738 background: #ffffff;
739} 739}
740 740
741div#permalinkQrcode {
742 padding: 20px;
743 width: 220px;
744 height: 220px;
745 background-color: #ffffff;
746 border: 1px solid black;
747 position: absolute;
748 top: -100px;
749 left: -100px;
750 text-align: center;
751 font-size: 8pt;
752 z-index: 50;
753 -webkit-box-shadow: 2px 2px 20px 2px #333333;
754 -moz-box-shadow: 2px 2px 20px 2px #333333;
755 -o-box-shadow: 2px 2px 20px 2px #333333;
756 -ms-box-shadow: 2px 2px 20px 2px #333333;
757 box-shadow: 2px 2px 20px 2px #333333;
758}
759
760div.daily { 741div.daily {
761 font-family: Georgia, 'DejaVu Serif', Norasi, serif; 742 font-family: Georgia, 'DejaVu Serif', Norasi, serif;
762 background-color: #E6D6BE; 743 background-color: #E6D6BE;
@@ -1119,4 +1100,17 @@ div.dailyNoEntry {
1119ul.errors { 1100ul.errors {
1120 color: red; 1101 color: red;
1121 float: left; 1102 float: left;
1122} \ No newline at end of file 1103}
1104
1105/* 404 page */
1106.error-container {
1107
1108 margin: 50px;
1109 margin-top: 20px;
1110}
1111
1112.error-container h1 {
1113 text-decoration: none;
1114 font-style: normal;
1115 color: #80AD48;
1116}