aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material/css/main.css')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css128
1 files changed, 122 insertions, 6 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css
index 408fe14c..8f7b7a3d 100755
--- a/app/Resources/static/themes/material/css/main.css
+++ b/app/Resources/static/themes/material/css/main.css
@@ -150,6 +150,11 @@
150 background-image: url("../../_global/img/icons/diaspora-icon--black.png"); 150 background-image: url("../../_global/img/icons/diaspora-icon--black.png");
151} 151}
152 152
153/* Unmark.it */
154.icon-image--unmark {
155 background-image: url("../../_global/img/icons/unmark-icon--black.png");
156}
157
153/* Shaarli */ 158/* Shaarli */
154.icon-image--shaarli { 159.icon-image--shaarli {
155 background-image: url("../../_global/img/icons/shaarli.png"); 160 background-image: url("../../_global/img/icons/shaarli.png");
@@ -159,7 +164,7 @@ body {
159 display: flex; 164 display: flex;
160 min-height: 100vh; 165 min-height: 100vh;
161 flex-direction: column; 166 flex-direction: column;
162 background: #f0f0f0; 167 background: #fafafa;
163} 168}
164 169
165body.login main { 170body.login main {
@@ -189,7 +194,6 @@ main,
189 194
190.results { 195.results {
191 height: 1em; 196 height: 1em;
192 line-height: 30px;
193} 197}
194 198
195.results .nb-results, 199.results .nb-results,
@@ -198,6 +202,14 @@ main,
198 margin-bottom: 0; 202 margin-bottom: 0;
199} 203}
200 204
205.results .nb-results {
206 display: inline-flex;
207}
208
209.results a {
210 color: #444;
211}
212
201.pagination { 213.pagination {
202 float: right; 214 float: right;
203} 215}
@@ -317,11 +329,13 @@ nav input {
317 color: #444; 329 color: #444;
318} 330}
319 331
320.input-field.nav-panel-add label { 332.input-field.nav-panel-add label,
333.input-field.nav-panel-search label {
321 left: 1rem; 334 left: 1rem;
322} 335}
323 336
324.input-field.nav-panel-add .close { 337.input-field.nav-panel-add .close,
338.input-field.nav-panel-search .close {
325 position: absolute; 339 position: absolute;
326 top: 0; 340 top: 0;
327 right: 1rem; 341 right: 1rem;
@@ -340,7 +354,9 @@ nav input {
340} 354}
341 355
342.input-field.nav-panel-add, 356.input-field.nav-panel-add,
343.input-field.nav-panel-add form { 357.input-field.nav-panel-add form,
358.input-field.nav-panel-search,
359.input-field.nav-panel-search form {
344 height: 100%; 360 height: 100%;
345} 361}
346 362
@@ -535,6 +551,18 @@ a.original {
535 line-height: 24px; 551 line-height: 24px;
536} 552}
537 553
554.card .card-action ul.tools li a.tool {
555 margin-right: 5px !important;
556}
557
558.card-stacked:hover ul.tools-list {
559 display: block;
560}
561
562.card-stacked ul.tools-list {
563 display: none;
564}
565
538.card .card-action a { 566.card .card-action a {
539 color: #fff; 567 color: #fff;
540 margin: 0; 568 margin: 0;
@@ -587,7 +615,55 @@ a.original {
587#article { 615#article {
588 font-size: 20px; 616 font-size: 20px;
589 margin: 0 auto; 617 margin: 0 auto;
590 max-width: 40em; 618 max-width: 45em;
619}
620
621#article article {
622 color: #424242;
623 font-size: 18px;
624 line-height: 1.7em;
625}
626
627#article article h1,
628#article article h2,
629#article article h3,
630#article article h4,
631#article article h5,
632#article article h6 {
633 color: #212121;
634}
635
636#article article h1 strong,
637#article article h2 strong,
638#article article h3 strong,
639#article article h4 strong,
640#article article h5 strong,
641#article article h6 strong {
642 font-weight: 500;
643}
644
645#article article h6 {
646 font-size: 1.2rem;
647}
648
649#article article h5 {
650 font-size: 1.6rem;
651}
652
653#article article h4 {
654 font-size: 1.9rem;
655}
656
657#article article h3 {
658 font-size: 2.2rem;
659}
660
661#article article h2 {
662 font-size: 2.5rem;
663}
664
665#article article h1 {
666 font-size: 2.7rem;
591} 667}
592 668
593#article img, 669#article img,
@@ -596,6 +672,46 @@ a.original {
596 height: auto; 672 height: auto;
597} 673}
598 674
675#article article a {
676 border-bottom: 1px dotted #03a9f4;
677 text-decoration: none;
678}
679
680#article article a:hover {
681 border-bottom-style: solid;
682}
683
684#article article ul {
685 padding-left: 30px;
686}
687
688#article article ul,
689#article article ul li {
690 list-style-type: disc;
691}
692
693#article article blockquote {
694 font-style: italic;
695}
696
697#article article strong {
698 font-weight: bold;
699}
700
701#article article pre {
702 box-sizing: border-box;
703 margin: 0 0 1.75em;
704 border: #e3f2fd 1px solid;
705 width: 100%;
706 padding: 10px;
707 font-family: monospace;
708 font-size: 0.8em;
709 white-space: pre;
710 overflow: auto;
711 background: #f5f5f5;
712 border-radius: 3px;
713}
714
599#article > header > h1 { 715#article > header > h1 {
600 font-size: 2em; 716 font-size: 2em;
601 margin: 2.1rem 0 0.68rem; 717 margin: 2.1rem 0 0.68rem;