Fossil SCM
Improvements to the CSS in the San Francisco Modern skin.
Commit
c88fc81a33756579d38e6c3bf0485f38b16e268a
Parent
af3d3b6936494d4…
1 file changed
+35
-1
+35
-1
| --- skins/etienne1/css.txt | ||
| +++ skins/etienne1/css.txt | ||
| @@ -30,10 +30,44 @@ | ||
| 30 | 30 | .title h1:after { |
| 31 | 31 | content: " / "; |
| 32 | 32 | color: #777; |
| 33 | 33 | font-weight: normal; |
| 34 | 34 | } |
| 35 | + | |
| 36 | +.content h1 { | |
| 37 | + font-size: 1.25em; | |
| 38 | +} | |
| 39 | +.content h2 { | |
| 40 | + font-size: 1.15em; | |
| 41 | +} | |
| 42 | +.content h2 { | |
| 43 | + font-size: 1.05em; | |
| 44 | + font-weight: bold; | |
| 45 | +} | |
| 46 | + | |
| 47 | +.section { | |
| 48 | + font-size: 1em; | |
| 49 | + font-weight: bold; | |
| 50 | + background-color: #f5f5f5; | |
| 51 | + border: 1px solid #d8d8d8; | |
| 52 | + border-radius: 3px 3px 0 0; | |
| 53 | + padding: 9px 10px 10px; | |
| 54 | + margin: 10px 0; | |
| 55 | +} | |
| 56 | + | |
| 57 | +.sectionmenu { | |
| 58 | + border: 1px solid #d8d8d8; | |
| 59 | + border-radius: 0 0 3px 3px; | |
| 60 | + border-top: 0; | |
| 61 | + margin-top: -10px; | |
| 62 | + margin-bottom: 10px; | |
| 63 | + padding: 10px; | |
| 64 | +} | |
| 65 | +.sectionmenu a { | |
| 66 | + display: inline-block; | |
| 67 | + margin-right: 1em; | |
| 68 | +} | |
| 35 | 69 | |
| 36 | 70 | .status { |
| 37 | 71 | float:right; |
| 38 | 72 | font-size:.7em; |
| 39 | 73 | padding-top:50px; |
| @@ -80,11 +114,11 @@ | ||
| 80 | 114 | border-top-right-radius: 5px; |
| 81 | 115 | } |
| 82 | 116 | |
| 83 | 117 | .content { |
| 84 | 118 | padding-top: 10px; |
| 85 | - font-size:.9em; | |
| 119 | + font-size:.8em; | |
| 86 | 120 | color: #444; |
| 87 | 121 | } |
| 88 | 122 | |
| 89 | 123 | .udiff, .sbsdiff, |
| 90 | 124 | .content blockquote { |
| 91 | 125 |
| --- skins/etienne1/css.txt | |
| +++ skins/etienne1/css.txt | |
| @@ -30,10 +30,44 @@ | |
| 30 | .title h1:after { |
| 31 | content: " / "; |
| 32 | color: #777; |
| 33 | font-weight: normal; |
| 34 | } |
| 35 | |
| 36 | .status { |
| 37 | float:right; |
| 38 | font-size:.7em; |
| 39 | padding-top:50px; |
| @@ -80,11 +114,11 @@ | |
| 80 | border-top-right-radius: 5px; |
| 81 | } |
| 82 | |
| 83 | .content { |
| 84 | padding-top: 10px; |
| 85 | font-size:.9em; |
| 86 | color: #444; |
| 87 | } |
| 88 | |
| 89 | .udiff, .sbsdiff, |
| 90 | .content blockquote { |
| 91 |
| --- skins/etienne1/css.txt | |
| +++ skins/etienne1/css.txt | |
| @@ -30,10 +30,44 @@ | |
| 30 | .title h1:after { |
| 31 | content: " / "; |
| 32 | color: #777; |
| 33 | font-weight: normal; |
| 34 | } |
| 35 | |
| 36 | .content h1 { |
| 37 | font-size: 1.25em; |
| 38 | } |
| 39 | .content h2 { |
| 40 | font-size: 1.15em; |
| 41 | } |
| 42 | .content h2 { |
| 43 | font-size: 1.05em; |
| 44 | font-weight: bold; |
| 45 | } |
| 46 | |
| 47 | .section { |
| 48 | font-size: 1em; |
| 49 | font-weight: bold; |
| 50 | background-color: #f5f5f5; |
| 51 | border: 1px solid #d8d8d8; |
| 52 | border-radius: 3px 3px 0 0; |
| 53 | padding: 9px 10px 10px; |
| 54 | margin: 10px 0; |
| 55 | } |
| 56 | |
| 57 | .sectionmenu { |
| 58 | border: 1px solid #d8d8d8; |
| 59 | border-radius: 0 0 3px 3px; |
| 60 | border-top: 0; |
| 61 | margin-top: -10px; |
| 62 | margin-bottom: 10px; |
| 63 | padding: 10px; |
| 64 | } |
| 65 | .sectionmenu a { |
| 66 | display: inline-block; |
| 67 | margin-right: 1em; |
| 68 | } |
| 69 | |
| 70 | .status { |
| 71 | float:right; |
| 72 | font-size:.7em; |
| 73 | padding-top:50px; |
| @@ -80,11 +114,11 @@ | |
| 114 | border-top-right-radius: 5px; |
| 115 | } |
| 116 | |
| 117 | .content { |
| 118 | padding-top: 10px; |
| 119 | font-size:.8em; |
| 120 | color: #444; |
| 121 | } |
| 122 | |
| 123 | .udiff, .sbsdiff, |
| 124 | .content blockquote { |
| 125 |