cyaml 0.0.35 → 0.0.42

Sign up to get free protection for your applications and to get access to all the features.
Files changed (92) hide show
  1. data/README.mkdn +1 -1
  2. data/stylesheets/cyaml/add-ons/accessible-tabs/tabs.sass +113 -0
  3. data/stylesheets/cyaml/add-ons/microformats/microformats.sass +115 -0
  4. data/stylesheets/cyaml/add-ons/rtl-support/core/base-rtl.min.sass +23 -0
  5. data/stylesheets/cyaml/add-ons/rtl-support/core/base-rtl.sass +61 -0
  6. data/stylesheets/cyaml/add-ons/rtl-support/navigation/hlist-rtl.sass +46 -0
  7. data/stylesheets/cyaml/add-ons/rtl-support/navigation/vlist-rtl.sass +45 -0
  8. data/stylesheets/cyaml/add-ons/rtl-support/screen/typography-rtl.sass +27 -0
  9. data/stylesheets/cyaml/core/base.min.sass +282 -0
  10. data/stylesheets/cyaml/core/base.sass +434 -0
  11. data/stylesheets/cyaml/core/iehacks.min.sass +118 -0
  12. data/stylesheets/cyaml/core/iehacks.sass +327 -0
  13. data/stylesheets/cyaml/forms/gray-theme.sass +499 -0
  14. data/stylesheets/cyaml/navigation/hlist.sass +110 -0
  15. data/stylesheets/cyaml/navigation/vlist.sass +120 -0
  16. data/stylesheets/cyaml/print/print.sass +49 -0
  17. data/stylesheets/cyaml/screen/grid-960-12.sass +95 -0
  18. data/stylesheets/cyaml/screen/grid-960-16.sass +119 -0
  19. data/stylesheets/cyaml/screen/screen-FULLPAGE-layout.sass +163 -0
  20. data/stylesheets/cyaml/screen/screen-PAGE-layout.sass +148 -0
  21. data/stylesheets/cyaml/screen/typography.sass +317 -0
  22. data/templates/project/add-ons/microformats/icons/external_link.png +0 -0
  23. data/templates/project/add-ons/microformats/icons/hcalendar.png +0 -0
  24. data/templates/project/add-ons/microformats/icons/hcard.png +0 -0
  25. data/templates/project/add-ons/microformats/icons/icon-geo.png +0 -0
  26. data/templates/project/add-ons/microformats/icons/icon-hatom.png +0 -0
  27. data/templates/project/add-ons/microformats/icons/icon-haudio.png +0 -0
  28. data/templates/project/add-ons/microformats/icons/icon-hcalendar-add.png +0 -0
  29. data/templates/project/add-ons/microformats/icons/icon-hcalendar-download.png +0 -0
  30. data/templates/project/add-ons/microformats/icons/icon-hcalendar.png +0 -0
  31. data/templates/project/add-ons/microformats/icons/icon-hcard-add.png +0 -0
  32. data/templates/project/add-ons/microformats/icons/icon-hcard-download.png +0 -0
  33. data/templates/project/add-ons/microformats/icons/icon-hcard.png +0 -0
  34. data/templates/project/add-ons/microformats/icons/icon-hresume.png +0 -0
  35. data/templates/project/add-ons/microformats/icons/icon-rel-tag.png +0 -0
  36. data/templates/project/add-ons/microformats/icons/icon-xfn.png +0 -0
  37. data/templates/project/add-ons/microformats/icons/xfn/xfn-child.png +0 -0
  38. data/templates/project/add-ons/microformats/icons/xfn/xfn-colleague-met.png +0 -0
  39. data/templates/project/add-ons/microformats/icons/xfn/xfn-colleague.png +0 -0
  40. data/templates/project/add-ons/microformats/icons/xfn/xfn-friend-met.png +0 -0
  41. data/templates/project/add-ons/microformats/icons/xfn/xfn-friend.png +0 -0
  42. data/templates/project/add-ons/microformats/icons/xfn/xfn-me.png +0 -0
  43. data/templates/project/add-ons/microformats/icons/xfn/xfn-parent.png +0 -0
  44. data/templates/project/add-ons/microformats/icons/xfn/xfn-small.png +0 -0
  45. data/templates/project/add-ons/microformats/icons/xfn/xfn-spouse.png +0 -0
  46. data/templates/project/add-ons/microformats/icons/xfn/xfn-sweetheart-met.png +0 -0
  47. data/templates/project/add-ons/microformats/icons/xfn/xfn-sweetheart.png +0 -0
  48. data/templates/project/application.html.haml +68 -48
  49. data/templates/project/application_new.html.haml +97 -0
  50. data/templates/project/basemod.scss +6 -62
  51. data/templates/project/default_includes.scss +14 -29
  52. data/templates/project/{javascripts/ftod.js → ftod.js} +0 -0
  53. data/templates/project/index.html.haml +84 -37
  54. data/templates/project/lib/jquery-1.7.1.min.js +4 -0
  55. data/templates/project/manifest.rb +5 -6
  56. data/templates/project/{javascripts/minmax.js → minmax.js} +0 -0
  57. data/templates/project/yaml/add-ons/accessible-tabs/jquery.tabs.js +314 -0
  58. data/templates/project/yaml/add-ons/syncheight/jquery.syncheight.js +88 -0
  59. data/templates/project/yaml/core/yaml-focusfix.js +72 -0
  60. metadata +66 -42
  61. data/stylesheets/cyaml/add-ons/accessible-tabs/tabs.scss +0 -111
  62. data/stylesheets/cyaml/add-ons/microformats/microformats.scss +0 -118
  63. data/stylesheets/cyaml/add-ons/rtl-support/core/base-rtl.scss +0 -67
  64. data/stylesheets/cyaml/add-ons/rtl-support/core/iehacks-rtl.scss +0 -49
  65. data/stylesheets/cyaml/add-ons/rtl-support/core/slim_base-rtl.scss +0 -25
  66. data/stylesheets/cyaml/add-ons/rtl-support/core/slim_iehacks-rtl.scss +0 -7
  67. data/stylesheets/cyaml/add-ons/rtl-support/navigation/nav_shinybuttons-rtl.scss +0 -44
  68. data/stylesheets/cyaml/add-ons/rtl-support/navigation/nav_slidingdoor-rtl.scss +0 -38
  69. data/stylesheets/cyaml/add-ons/rtl-support/navigation/nav_vlist-rtl.scss +0 -46
  70. data/stylesheets/cyaml/core/base.scss +0 -258
  71. data/stylesheets/cyaml/core/iehacks.scss +0 -315
  72. data/stylesheets/cyaml/core/slim_base.scss +0 -152
  73. data/stylesheets/cyaml/core/slim_iehacks.scss +0 -110
  74. data/stylesheets/cyaml/navigation/nav_shinybuttons.scss +0 -88
  75. data/stylesheets/cyaml/navigation/nav_slidingdoor.scss +0 -105
  76. data/stylesheets/cyaml/navigation/nav_vlist.scss +0 -120
  77. data/stylesheets/cyaml/patches/patch_nav_vlist.scss +0 -58
  78. data/stylesheets/cyaml/print/print_003_draft.scss +0 -67
  79. data/stylesheets/cyaml/print/print_020_draft.scss +0 -70
  80. data/stylesheets/cyaml/print/print_023_draft.scss +0 -87
  81. data/stylesheets/cyaml/print/print_100_draft.scss +0 -68
  82. data/stylesheets/cyaml/print/print_103_draft.scss +0 -87
  83. data/stylesheets/cyaml/print/print_120_draft.scss +0 -82
  84. data/stylesheets/cyaml/print/print_123_draft.scss +0 -86
  85. data/stylesheets/cyaml/print/print_draft.scss +0 -52
  86. data/stylesheets/cyaml/screen/content.scss +0 -228
  87. data/stylesheets/cyaml/screen/content_table.scss +0 -43
  88. data/stylesheets/cyaml/screen/forms.scss +0 -320
  89. data/templates/project/citrin.html.haml +0 -50
  90. data/templates/project/javascripts/lib/jquery-1.6.1.js +0 -8937
  91. data/templates/project/javascripts/lib/jquery-1.6.1.min.js +0 -18
  92. data/templates/project/patch_my_layout.scss +0 -73
@@ -0,0 +1,163 @@
1
+ /**
2
+ * "Yet Another Multicolumn Layout" - YAML CSS Framework
3
+ *
4
+ * default screen stylesheet - FULLPAGE-layout type layout
5
+ *
6
+ * @copyright Copyright 2005-2012, Dirk Jesse
7
+ * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
8
+ * YAML-CDL (http://www.yaml.de/license.html)
9
+ * @link http://www.yaml.de
10
+ * @package yaml
11
+ * @version 4.0
12
+ * @revision $Revision: 703 $
13
+ * @lastmodified $Date: 2012-02-05 11:33:35 +0100 (So, 05 Feb 2012) $
14
+
15
+ @media screen
16
+ /* force vertical scrollbar
17
+ body
18
+ overflow-y: scroll
19
+ /* Layout Module Configuration
20
+ .ym-wrapper
21
+ max-width: 80em
22
+ margin: 0 auto
23
+ .ym-wbox
24
+ padding: 1.5em
25
+ /* fallback for media queries
26
+ body >
27
+ header, nav, #main, footer
28
+ min-width: 760px
29
+ /* Basic Element Styling
30
+ header
31
+ background: #444
32
+ color: #ccc
33
+ h1
34
+ background: transparent
35
+ color: #fff
36
+ nav
37
+ background: #222222
38
+ #main .info
39
+ margin-bottom: 1.5em
40
+ footer
41
+ background: #eee
42
+ color: #444
43
+ p
44
+ margin: 0
45
+ header .ym-wbox, footer .ym-wbox
46
+ padding: 1.5em
47
+ .ym-gbox
48
+ padding: 0 1.5em
49
+ .ym-gbox-left
50
+ padding: 0 1.5em 0 0
51
+ .ym-gbox-right
52
+ padding: 0 0 0 1.5em
53
+ section.box
54
+ padding: 0 1.5em 1.5em 1.5em
55
+ #main aside .ym-gbox-right
56
+ border-left: 1px #ddd solid
57
+ /* Column-Set Configuration: 1-3 (sidebar left)
58
+ /* content
59
+ .demo-2col
60
+ .ym-col1
61
+ width: 75%
62
+ .ym-col3
63
+ margin-left: 75%
64
+ margin-right: 0
65
+ .ym-col1 .ym-cbox
66
+ padding: 0 0.75em 0 1.5em
67
+ .ym-col3 .ym-cbox
68
+ padding: 0 1.5em 0 0.75em
69
+ .ym-gbox
70
+ padding: 0 1.5em 0 0
71
+ /* sidebar
72
+ /* skip links styling
73
+ .ym-skiplinks a.ym-skip
74
+ &:focus, &:active
75
+ color: #fff
76
+ background: #333
77
+ border-bottom: 1px #000 solid
78
+ padding: 10px 0
79
+ text-align: center
80
+ text-decoration: none
81
+
82
+
83
+ /* reset fallback values in modern browsers
84
+ @media screen and ( min-width: 0px )
85
+ body >
86
+ header, nav, #main, footer
87
+ min-width: 0
88
+
89
+
90
+ @media screen and ( max-width: 760px )
91
+ .secondary
92
+ border-top: 1px #888 solid
93
+ margin-top: 1.5em !important
94
+ #main aside .ym-gbox-right
95
+ border: 0 none
96
+ /* Linearisation for Grid- and Column-Module, based on CSS class .linearize-level-1
97
+ .linearize-level-1
98
+ display: block
99
+ float: none
100
+ margin-left: 0
101
+ margin-right: 0
102
+ width: 100% !important
103
+ >
104
+ [class*="ym-g"], [class*="ym-col"]
105
+ display: block
106
+ float: none
107
+ margin-left: 0
108
+ margin-right: 0
109
+ width: 100% !important
110
+ [class*="ym-g"] > [class*="ym-gbox"], [class*="ym-col"] > [class*="ym-cbox"]
111
+ overflow: hidden
112
+ /* optional for containing floats
113
+ padding: 0
114
+ .ym-searchform
115
+ display: block
116
+ float: none
117
+ width: auto
118
+ text-align: right
119
+ input[type="search"]
120
+ width: 14%
121
+
122
+
123
+ @media screen and ( max-width: 480px)
124
+ header .ym-wbox
125
+ padding: 0.75em 10px
126
+ footer .ym-wbox, .ym-wbox, .ym-searchform, nav .ym-hlist ul
127
+ padding-left: 10px
128
+ padding-right: 10px
129
+ header h1
130
+ font-size: 1.5em
131
+ line-height: 1em
132
+ margin: 0
133
+ /* Linearisation for Grid- and Column-Module, based on CSS class .linearize-level-2
134
+ .linearize-level-2
135
+ display: block
136
+ float: none
137
+ margin-left: 0
138
+ margin-right: 0
139
+ width: 100% !important
140
+ >
141
+ [class*="ym-g"], [class*="ym-col"]
142
+ display: block
143
+ float: none
144
+ margin-left: 0
145
+ margin-right: 0
146
+ width: 100% !important
147
+ [class*="ym-g"] > [class*="ym-gbox"], [class*="ym-col"] > [class*="ym-cbox"]
148
+ overflow: hidden
149
+ /* optional for containing floats
150
+ padding: 0
151
+ .ym-searchform
152
+ display: block
153
+ float: none
154
+ width: auto
155
+ text-align: left
156
+ nav .ym-hlist
157
+ ul, li
158
+ display: block
159
+ float: none
160
+ width: auto
161
+ text-align: left
162
+ .ym-searchform input[type="search"]
163
+ width: 75%
@@ -0,0 +1,148 @@
1
+ /**
2
+ * "Yet Another Multicolumn Layout" - YAML CSS Framework
3
+ *
4
+ * default screen stylesheet - PAGE-layout type layout
5
+ *
6
+ * @copyright Copyright 2005-2012, Dirk Jesse
7
+ * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
8
+ * YAML-CDL (http://www.yaml.de/license.html)
9
+ * @link http://www.yaml.de
10
+ * @package yaml
11
+ * @version 4.0
12
+ * @revision $Revision: 698 $
13
+ * @lastmodified $Date: 2012-02-02 21:53:50 +0100 (Do, 02 Feb 2012) $
14
+
15
+ @media screen
16
+ /* force vertical scrollbar
17
+ body
18
+ overflow-y: scroll
19
+ /* Layout Module Configuration & fallback for media queries
20
+ .ym-wrapper
21
+ min-width: 760px
22
+ max-width: 80em
23
+ margin: 0 auto
24
+ .ym-wbox
25
+ padding: 10px
26
+ /* Basic Element Styling
27
+ header
28
+ background: #444
29
+ color: #ccc
30
+ padding: 1.5em
31
+ h1
32
+ background: transparent
33
+ color: #fff
34
+ nav
35
+ background: #222222
36
+ footer
37
+ margin: 1.5em 0 0 0
38
+ background: #eee
39
+ color: #444
40
+ padding: 1.5em
41
+ p
42
+ margin: 0
43
+ /* Column-Set Configuration: 1-3 (sidebar left)
44
+ /* content
45
+ .demo-2col
46
+ .ym-col1
47
+ width: 75%
48
+ .ym-col3
49
+ margin-left: 75%
50
+ margin-right: 0
51
+ .ym-col1 .ym-cbox
52
+ padding: 0 0.75em 0 1.5em
53
+ .ym-col3 .ym-cbox
54
+ padding: 0 1.5em 0 0.75em
55
+ .ym-gbox
56
+ padding: 0 1.5em 0 0
57
+ /* sidebar
58
+ /* skip links styling
59
+ .ym-skiplinks a.ym-skip
60
+ &:focus, &:active
61
+ color: #fff
62
+ background: #333
63
+ border-bottom: 1px #000 solid
64
+ padding: 10px 0
65
+ text-align: center
66
+ text-decoration: none
67
+
68
+
69
+ /* reset fallback values in modern browsers
70
+ @media screen and ( min-width: 0px )
71
+ .ym-wrapper
72
+ min-width: 0px
73
+
74
+
75
+ @media screen and ( max-width: 740px )
76
+ /* Linearisation for Grid- and Column-Module, based on CSS class .linearize-level-1
77
+ .linearize-level-1
78
+ display: block
79
+ float: none
80
+ margin-left: 0
81
+ margin-right: 0
82
+ width: 100% !important
83
+ >
84
+ [class*="ym-g"], [class*="ym-col"]
85
+ display: block
86
+ float: none
87
+ margin-left: 0
88
+ margin-right: 0
89
+ width: 100% !important
90
+ [class*="ym-g"] > [class*="ym-gbox"], [class*="ym-col"] > [class*="ym-cbox"]
91
+ overflow: hidden
92
+ /* optional for containing floats
93
+ padding: 0
94
+ nav .ym-hlist ul
95
+ padding-right: 10px
96
+ .ym-searchform
97
+ display: block
98
+ float: none
99
+ width: auto
100
+ padding-right: 10px
101
+ text-align: right
102
+ input[type="search"]
103
+ width: 14%
104
+
105
+
106
+ @media screen and ( max-width: 480px)
107
+ .ym-wbox
108
+ padding: 0
109
+ header
110
+ padding: 0.75em 10px
111
+ h1
112
+ font-size: 1.5em
113
+ line-height: 1em
114
+ margin: 0
115
+ footer, #main, .ym-searchform, nav .ym-hlist ul
116
+ padding-left: 10px
117
+ padding-right: 10px
118
+ /* Linearisation for Grid- and Column-Module, based on CSS class .linearize-level-2
119
+ .linearize-level-2
120
+ display: block
121
+ float: none
122
+ margin-left: 0
123
+ margin-right: 0
124
+ width: 100% !important
125
+ >
126
+ [class*="ym-g"], [class*="ym-col"]
127
+ display: block
128
+ float: none
129
+ margin-left: 0
130
+ margin-right: 0
131
+ width: 100% !important
132
+ [class*="ym-g"] > [class*="ym-gbox"], [class*="ym-col"] > [class*="ym-cbox"]
133
+ overflow: hidden
134
+ /* optional for containing floats
135
+ padding: 0
136
+ .ym-searchform
137
+ display: block
138
+ float: none
139
+ width: auto
140
+ text-align: left
141
+ nav .ym-hlist
142
+ ul, li
143
+ display: block
144
+ float: none
145
+ width: auto
146
+ text-align: left
147
+ .ym-searchform input[type="search"]
148
+ width: 75%
@@ -0,0 +1,317 @@
1
+ /**
2
+ * "Yet Another Multicolumn Layout" - YAML CSS Framework
3
+ *
4
+ * (en) Uniform design of standard content elements
5
+ * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
6
+ *
7
+ * @copyright Copyright 2005-2012, Dirk Jesse
8
+ * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
9
+ * YAML-CDL (http://www.yaml.de/license.html)
10
+ * @link http://www.yaml.de
11
+ * @package yaml
12
+ * @version 4.0
13
+ * @revision $Revision: 692 $
14
+ * @lastmodified $Date: 2012-01-25 11:37:31 +0100 (Mi, 25 Jan 2012) $
15
+ * @appdef yaml
16
+
17
+ @media all
18
+ /**
19
+ ** @section global typography settings
20
+ **
21
+ ** vertical rhythm settings (based on em-unit)
22
+ ** -------------------------------------------
23
+ ** basefont-size: 14px (87.5%)
24
+ ** line-height : 21px (factor: 1.5)
25
+ /* (en) reset font size for all elements to standard (16 Pixel)
26
+ /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen
27
+ html *
28
+ font-size: 100%
29
+ /**
30
+ ** (en) reset monospaced elements to font size 16px in all browsers
31
+ ** (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
32
+ **
33
+ ** @see: http://webkit.org/blog/67/strange-medium/
34
+ textarea, pre, code, kbd, samp, var, tt
35
+ font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier
36
+ /* (en) base layout gets standard font size 14px
37
+ /* (de) Basis-Layout erhält Standardschriftgröße von 14 Pixeln
38
+ body
39
+ font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif
40
+ font-size: 87.50%
41
+ /* base: 14px
42
+ color: #444
43
+ /* (en) Prevent auto-scaling of text in mobile webkit browsers
44
+ /* (de) Automatische Schriftvergrößerung in mobilen Webkit-Browsern vermeiden
45
+ -webkit-text-size-adjust: 100%
46
+ /*--- Headings | Überschriften ------------------------------------------------------------------------
47
+ h1, h2, h3, h4, h5, h6
48
+ font-family: "Droid Sans", Arial, Helvetica, sans-serif
49
+ font-weight: 400
50
+ color: #161e21
51
+ margin: 0
52
+ h1
53
+ font-size: 350%
54
+ line-height: 0.8571em
55
+ margin: 0.4286em 0 0
56
+ h2
57
+ font-size: 250%
58
+ line-height: 1.2em
59
+ margin: 0.6em 0 0 0
60
+ h3
61
+ font-size: 175%
62
+ line-height: 0.8571em
63
+ margin: 0.8571em 0 0 0
64
+ h4
65
+ font-size: 133.33%
66
+ line-height: 1.125em
67
+ margin: 1.125em 0 0 0
68
+ h5
69
+ font-size: 116.67%
70
+ line-height: 1.2857em
71
+ margin: 1.2857em 0 0 0
72
+ h6
73
+ font-weight: bold
74
+ font-size: 100%
75
+ line-height: 1.5em
76
+ margin: 1.5em 0 0 0
77
+ /* --- Lists | Listen --------------------------------------------------------------------------------
78
+ ul, ol, dl
79
+ font-size: 1em
80
+ line-height: 1.5em
81
+ margin: 1.5em 0 0 1em
82
+ ul
83
+ list-style-type: disc
84
+ ol
85
+ list-style-type: decimal
86
+ ul ul
87
+ list-style-type: circle
88
+ margin-top: 0
89
+ ol
90
+ ol
91
+ list-style-type: lower-latin
92
+ margin-top: 0
93
+ ul
94
+ list-style-type: circle
95
+ margin-top: 0
96
+ li
97
+ font-size: 1em
98
+ line-height: 1.5em
99
+ margin-left: 0.8em
100
+ dt
101
+ font-weight: bold
102
+ dd
103
+ margin: 0 0 1.5em 0.8em
104
+ /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------
105
+ p
106
+ font-size: 1em
107
+ line-height: 1.5em
108
+ margin: 1.5em 0 0 0
109
+ blockquote, cite, q
110
+ font-family: Georgia, "Times New Roman", Times, serif
111
+ font-style: italic
112
+ blockquote
113
+ margin: 1.5em 0 0 1.5em
114
+ color: #666
115
+ strong, b
116
+ font-weight: bold
117
+ em, i
118
+ font-style: italic
119
+ big
120
+ font-size: 116.667%
121
+ small
122
+ font-size: 85.71%
123
+ pre, code, kbd, tt, samp, var
124
+ font-size: 100%
125
+ pre
126
+ line-height: 1.5em
127
+ margin: 1.5em 0 0 0
128
+ white-space: pre
129
+ white-space: pre-wrap
130
+ word-wrap: break-word
131
+ color: #800
132
+ code
133
+ color: #800
134
+ kbd, samp, var, tt
135
+ color: #666
136
+ font-weight: bold
137
+ var, dfn
138
+ font-style: italic
139
+ acronym, abbr
140
+ border-bottom: 1px #aaa dotted
141
+ font-variant: small-caps
142
+ letter-spacing: .07em
143
+ cursor: help
144
+ sub
145
+ font-size: 75%
146
+ line-height: 0
147
+ position: relative
148
+ vertical-align: baseline
149
+ sup
150
+ font-size: 75%
151
+ line-height: 0
152
+ position: relative
153
+ vertical-align: baseline
154
+ top: -0.5em
155
+ sub
156
+ bottom: -0.25em
157
+ mark
158
+ background: #ff0
159
+ color: #000
160
+ hr
161
+ color: #fff
162
+ background: transparent
163
+ margin: 0 0 0.75em 0
164
+ padding: 0 0 0.75em 0
165
+ border: 0
166
+ border-bottom: 1px #eee solid
167
+ /*--- Links -----------------------------------------------------------------------------------------
168
+ a
169
+ color: #4D87C7
170
+ background: transparent
171
+ text-decoration: none
172
+ &:active
173
+ outline: none
174
+ &:hover, &:focus
175
+ background-color: #800
176
+ color: #fff
177
+ text-decoration: none
178
+ /* (en) maximum constrast for tab focus - change with great care
179
+ /* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht
180
+ /* --- images ------------------
181
+ img, figure
182
+ margin: 0
183
+ .flexible
184
+ margin-top: 1.5em
185
+ max-width: 100%
186
+ * html .flexible
187
+ /* IE6 support
188
+ width: 98%
189
+ /* 2% space for borders
190
+ .bordered
191
+ margin-top: 1.5em
192
+ border: 2px #eee solid
193
+ border: 2px rgba(255, 255, 255, 1) solid
194
+ -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25)
195
+ -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25)
196
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.25)
197
+ /**
198
+ ** ----------------------------------------------------------------------- #
199
+ **
200
+ ** Generic Content Classes
201
+ **
202
+ ** (en) standard classes for positioning and highlighting
203
+ ** (de) Standardklassen zur Positionierung und Hervorhebung
204
+ **
205
+ ** @section content-generic-classes
206
+ .highlight
207
+ color: #c30
208
+ .dimmed
209
+ color: #888
210
+ .box
211
+ border-radius: 0.3em
212
+ border-width: 1px
213
+ border-style: solid
214
+ border-color: #888
215
+ border-color: rgba(0, 0, 0, 0.3)
216
+ -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset
217
+ -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset
218
+ box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset
219
+ color: #444
220
+ color: rgba(0, 0, 0, 0.8)
221
+ padding: 1.4286em
222
+ margin: 1.5em 0 0 0
223
+ > *:first-child
224
+ margin-top: 0
225
+ .label
226
+ font-family: Verdana, Geneva, sans-serif
227
+ padding: 1px 6px 2px
228
+ display: inline-block
229
+ vertical-align: middle
230
+ letter-spacing: normal
231
+ white-space: nowrap
232
+ -webkit-border-radius: 3px
233
+ -moz-border-radius: 3px
234
+ border-radius: 3px
235
+ background: #06C
236
+ color: #fff
237
+ font-size: 10px
238
+ line-height: 12px
239
+ .info
240
+ background: #f4f4f4
241
+ .success
242
+ background: #8c8
243
+ .warning
244
+ background: #cc8
245
+ .error
246
+ background: #c88
247
+ .float-left
248
+ float: left
249
+ display: inline
250
+ margin: 1.5em 1em 0 0
251
+ .float-right
252
+ float: right
253
+ display: inline
254
+ margin: 1.5em 0 0 1em
255
+ .center
256
+ display: block
257
+ text-align: center
258
+ margin: 1.5em auto 0 auto
259
+ /**
260
+ ** ------------------------------------------------------------------------------------------------- #
261
+ **
262
+ ** Tables | Tabellen
263
+ **
264
+ ** (en) Generic classes for table-width and design definition
265
+ ** (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
266
+ **
267
+ ** @section content-tables
268
+ table
269
+ width: 100%
270
+ border-collapse: collapse
271
+ margin: 1.3571em 0 0 0
272
+ color: #333
273
+ border-top: 1px #ccc solid
274
+ border-bottom: 1px #ccc solid
275
+ &.narrow
276
+ margin: 1.4286em 0 0 0
277
+ th, td
278
+ padding: 0 0.5em
279
+ line-height: 1.4286em
280
+ &.bordertable
281
+ border: 1px #ccc solid
282
+ caption
283
+ font-variant: small-caps
284
+ th, td
285
+ line-height: 1.5em
286
+ vertical-align: top
287
+ padding: 0.7143em 0.5em
288
+ th *:first-child, td *:first-child
289
+ margin-top: 0
290
+ th.nowrap, td.nowrap
291
+ white-space: nowrap
292
+ thead th
293
+ text-align: left
294
+ color: #000
295
+ border-bottom: 2px #000 solid
296
+ .bordertable
297
+ thead th
298
+ background: #e0e0e0
299
+ border-right: 1px #ccc solid
300
+ border-bottom: 1px #ccc solid
301
+ tbody th[scope="row"]
302
+ background: #f0f0f0
303
+ tbody th
304
+ text-align: left
305
+ border-top: 1px solid #ccc
306
+ text-align: left
307
+ .bordertable tbody th
308
+ border-right: 1px solid #ccc
309
+ tbody td
310
+ text-align: left
311
+ border-top: 1px solid #ccc
312
+ .bordertable tbody td
313
+ border-right: 1px solid #ccc
314
+ /* highlight row on mouse over
315
+ tbody tr:hover
316
+ th, td
317
+ background: #f8f8f8