| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 1 | @charset "utf-8"; | 
|  | 2 | @import "util"; | 
|  | 3 |  | 
|  | 4 | body, html, select, g > text { | 
|  | 5 | color: $dark-grey; | 
|  | 6 | font-family: verdana, tahoma, arial; | 
|  | 7 | margin: 0; | 
|  | 8 | } | 
|  | 9 |  | 
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 10 | * { | 
|  | 11 | @include box-sizing-box; | 
|  | 12 | } | 
|  | 13 |  | 
| Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 14 | g > text { | 
|  | 15 | fill: $dark-grey; | 
|  | 16 | } | 
|  | 17 |  | 
| Nils Diewald | 1c54692 | 2015-04-13 01:56:19 +0000 | [diff] [blame] | 18 | html { | 
|  | 19 | height: 100%; | 
|  | 20 | } | 
|  | 21 |  | 
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 22 | body { | 
| Nils Diewald | 1c54692 | 2015-04-13 01:56:19 +0000 | [diff] [blame] | 23 | position: relative; | 
|  | 24 | min-height: 100%; | 
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 25 | font-size: 12pt; | 
|  | 26 | } | 
|  | 27 |  | 
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 28 |  | 
|  | 29 | a { | 
| Nils Diewald | 61e6ff5 | 2015-05-07 17:26:50 +0000 | [diff] [blame] | 30 | &[href^="http://"]::after, | 
|  | 31 | &[href^="https://"]::after { | 
| Nils Diewald | 2488d05 | 2015-04-09 21:46:02 +0000 | [diff] [blame] | 32 | font-family: FontAwesome; | 
|  | 33 | content: " " + $fa-extlink; | 
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 34 | font-size: 75%; | 
|  | 35 | } | 
| Nils Diewald | 61e6ff5 | 2015-05-07 17:26:50 +0000 | [diff] [blame] | 36 | &.doc-link::after { | 
|  | 37 | font-family: FontAwesome; | 
|  | 38 | content: " " + $fa-tutorial; | 
|  | 39 | font-size: 75%; | 
|  | 40 | } | 
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 41 | &:link { | 
|  | 42 | color: $dark-orange; | 
|  | 43 | text-decoration: none; | 
| Nils Diewald | 1c54692 | 2015-04-13 01:56:19 +0000 | [diff] [blame] | 44 | &:hover { | 
| Nils Diewald | fccfbcb | 2015-04-29 20:48:19 +0000 | [diff] [blame] | 45 | color: $darkest-orange; | 
| Nils Diewald | 1c54692 | 2015-04-13 01:56:19 +0000 | [diff] [blame] | 46 | @include color-transition; | 
|  | 47 | } | 
| Nils Diewald | 9922edf | 2015-05-07 20:03:33 +0000 | [diff] [blame^] | 48 | } | 
|  | 49 | &:visited { | 
|  | 50 | color: $darkest-orange; | 
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 51 | } | 
|  | 52 | } | 
| Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 53 |  | 
|  | 54 | // MailToChiffre | 
|  | 55 | a[onclick$='return PArok(this,false)'] { | 
|  | 56 | direction:rtl; | 
|  | 57 | unicode-bidi:bidi-override; | 
|  | 58 | text-align:left | 
|  | 59 | } | 
|  | 60 | a[onclick$='return PArok(this,false)']>span:nth-child(1n+2){ | 
|  | 61 | display:none | 
|  | 62 | } | 
|  | 63 | a[onclick$='return PArok(this,false)']>span:nth-child(1)::after{ | 
|  | 64 | content:'@' | 
|  | 65 | } |