Rev 14829 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
12357 | obado | 1 | /***********************************************/ |
2 | /********** Base Typography ********************/ |
||
3 | /***********************************************/ |
||
4 | |||
5 | /* |
||
6 | Typography in Foundation 6 is meant to make your life easier by providing clean, |
||
7 | attractive, simple default styles for all of the most basic typographical elements. |
||
8 | */ |
||
9 | |||
14955 | obado | 10 | img{max-width: 100%} |
11 | |||
12357 | obado | 12 | /* Citation Blockquotes */ |
13 | blockquote, blockquote p { |
||
14 | line-height: 1.6; |
||
13447 | obado | 15 | color: #666; |
12357 | obado | 16 | } |
17 | blockquote { |
||
18 | font-family: "Times New Roman", Georgia, Serif; |
||
19 | font-size: 1rem; |
||
13447 | obado | 20 | margin: .5rem 0 1rem; |
21 | padding: .5625rem 1.25rem; |
||
22 | border-left: 3px solid #cacaca; |
||
12357 | obado | 23 | } |
24 | |||
25 | /* author of a blockquote */ |
||
26 | cite { |
||
27 | display: block; |
||
28 | font-size: 0.8125rem; |
||
29 | color: #8a8a8a; |
||
30 | } |
||
31 | |||
32 | /* abbreviations */ |
||
33 | |||
34 | abbr, abbr[title] { |
||
35 | border-bottom: 1px dotted #0a0a0a; |
||
36 | cursor: help; |
||
37 | text-decoration: none; |
||
38 | } |
||
39 | |||
40 | |||
41 | /* Links |
||
42 | ========================================================================== */ |
||
43 | /** |
||
44 | * 1. Remove the gray background on active links in IE 10. |
||
45 | * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. |
||
46 | */ |
||
47 | a { |
||
48 | background-color: transparent; |
||
49 | /* 1 */ |
||
50 | -webkit-text-decoration-skip: objects; |
||
51 | /* 2 */ } |
||
52 | |||
53 | /** |
||
54 | * Remove the outline on focused links when they are also active or hovered |
||
55 | * in all browsers (opinionated). |
||
56 | */ |
||
57 | a:active, |
||
58 | a:hover { |
||
59 | outline-width: 0; } |
||
60 | |||
61 | a { |
||
62 | line-height: inherit; |
||
63 | text-decoration: none; |
||
64 | cursor: pointer; } |
||
14826 | obado | 65 | a img {border: 0; } |
66 | |||
14829 | obado | 67 | .link_icon.erase {color:#CC4B37;}/*A52A2A*/ |
14826 | obado | 68 | a.erase:hover {color:#A53B2A;} |