blob: dcc7250ea1ceaba72f296fcc0afed902535cc073 [file] [log] [blame]
Nils Diewalda944fab2015-04-08 21:02:04 +00001@charset "utf-8";
2@import "util";
3
4body, html, select, g > text {
5 color: $dark-grey;
6 font-family: verdana, tahoma, arial;
7 margin: 0;
8}
9
Nils Diewalda944fab2015-04-08 21:02:04 +000010* {
11 @include box-sizing-box;
12}
13
Nils Diewaldab4d3ca2015-04-17 01:48:43 +000014g > text {
15 fill: $dark-grey;
16}
17
Nils Diewald1c546922015-04-13 01:56:19 +000018html {
19 height: 100%;
20}
21
Nils Diewalda944fab2015-04-08 21:02:04 +000022body {
Nils Diewald1c546922015-04-13 01:56:19 +000023 position: relative;
24 min-height: 100%;
Nils Diewalda944fab2015-04-08 21:02:04 +000025 font-size: 12pt;
26}
27
Nils Diewalda944fab2015-04-08 21:02:04 +000028
29a {
Nils Diewald61e6ff52015-05-07 17:26:50 +000030 &[href^="http://"]::after,
31 &[href^="https://"]::after {
Nils Diewald2488d052015-04-09 21:46:02 +000032 font-family: FontAwesome;
33 content: " " + $fa-extlink;
Nils Diewalda944fab2015-04-08 21:02:04 +000034 font-size: 75%;
35 }
Nils Diewald61e6ff52015-05-07 17:26:50 +000036 &.doc-link::after {
37 font-family: FontAwesome;
38 content: " " + $fa-tutorial;
39 font-size: 75%;
40 }
Nils Diewalda944fab2015-04-08 21:02:04 +000041 &:link {
42 color: $dark-orange;
43 text-decoration: none;
Nils Diewald1c546922015-04-13 01:56:19 +000044 &:hover {
Nils Diewaldfccfbcb2015-04-29 20:48:19 +000045 color: $darkest-orange;
Nils Diewald1c546922015-04-13 01:56:19 +000046 @include color-transition;
47 }
Nils Diewald9922edf2015-05-07 20:03:33 +000048 }
49 &:visited {
50 color: $darkest-orange;
Nils Diewalda944fab2015-04-08 21:02:04 +000051 }
52}
Nils Diewaldc46003b2015-05-07 15:55:35 +000053
54// MailToChiffre
55a[onclick$='return PArok(this,false)'] {
56 direction:rtl;
57 unicode-bidi:bidi-override;
58 text-align:left
59}
60a[onclick$='return PArok(this,false)']>span:nth-child(1n+2){
61 display:none
62}
63a[onclick$='return PArok(this,false)']>span:nth-child(1)::after{
64 content:'@'
65}