fir 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13,7 +13,15 @@
|
|
|
13
13
|
<% if @description and !@description.empty? %>
|
|
14
14
|
<meta name="description" content="<%= h @page_description %>"/>
|
|
15
15
|
<% end %>
|
|
16
|
+
|
|
17
|
+
<!--[if !IE 6]><!-->
|
|
18
|
+
<link href="http://yui.yahooapis.com/2.8.0r4/build/reset/reset-min.css" rel="stylesheet" type="text/css">
|
|
16
19
|
<link href="/stylesheets/style.css" rel="stylesheet" type="text/css"/>
|
|
20
|
+
<!--<![endif]-->
|
|
21
|
+
|
|
22
|
+
<!--[if lte IE 6]>
|
|
23
|
+
<link rel="stylesheet" type="text/css" media="screen, projection" href="http://universal-ie6-css.googlecode.com/files/ie6.0.3.css" />
|
|
24
|
+
<![endif]-->
|
|
17
25
|
</head>
|
|
18
26
|
|
|
19
27
|
<body>
|
|
@@ -1,8 +1,18 @@
|
|
|
1
1
|
body { font-family: helvetica, arial, verdana, sans-serif; font-size: 83%; text-align: center; }
|
|
2
2
|
/* General typography */
|
|
3
|
+
p { margin: 1em 0; line-height: 150%; }
|
|
4
|
+
li { margin: .6em 0; line-height: 150%; }
|
|
5
|
+
h1, h2, h3, h4, h5, h6 { margin: .5em 0; }
|
|
3
6
|
h1 { font-size: 2em; }
|
|
4
7
|
h2 { font-size: 1.7em; }
|
|
5
8
|
h3 { font-size: 1.5em; }
|
|
9
|
+
a:link, a:visited { text-decoration: none; color: #105cb6; }
|
|
10
|
+
a:hover, a:active { text-decoration: none; background: #E6F1FF; color: #105cb6 }
|
|
11
|
+
table.data { border-collapse: collapse; border-top: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; width: 100%; }
|
|
12
|
+
table.data tr:nth-child(2n) { background: #f0f0f0; }
|
|
13
|
+
table.data td { padding: 6px; border-bottom: 1px solid #e0e0e0; }
|
|
6
14
|
/* Layout elements */
|
|
7
|
-
div#container { width:
|
|
15
|
+
div#container { width: 800px; margin-left: auto; margin-right: auto; text-align: left; }
|
|
16
|
+
ul#top_nav { list-style-type: none; overflow: hidden; }
|
|
17
|
+
ul#top_nav li { float: left; margin-right: 8px; font-size: 1.4em; margin-right: 1.6em; }
|
|
8
18
|
/* Specific pages */
|
|
@@ -13,7 +13,16 @@
|
|
|
13
13
|
<% if @description and !@description.empty? %>
|
|
14
14
|
<meta name="description" content="<%= h @page_description %>"/>
|
|
15
15
|
<% end %>
|
|
16
|
+
|
|
17
|
+
<!--[if !IE 6]><!-->
|
|
18
|
+
<link href="http://yui.yahooapis.com/2.8.0r4/build/reset/reset-min.css" rel="stylesheet" type="text/css">
|
|
16
19
|
<link href="/stylesheets/style.css" rel="stylesheet" type="text/css"/>
|
|
20
|
+
<!--<![endif]-->
|
|
21
|
+
|
|
22
|
+
<!--[if lte IE 6]>
|
|
23
|
+
<link rel="stylesheet" type="text/css" media="screen, projection" href="http://universal-ie6-css.googlecode.com/files/ie6.0.3.css" />
|
|
24
|
+
<![endif]-->
|
|
25
|
+
|
|
17
26
|
</head>
|
|
18
27
|
|
|
19
28
|
<body>
|
|
@@ -1,8 +1,18 @@
|
|
|
1
1
|
body { font-family: helvetica, arial, verdana, sans-serif; font-size: 83%; text-align: center; }
|
|
2
2
|
/* General typography */
|
|
3
|
+
p { margin: 1em 0; line-height: 150%; }
|
|
4
|
+
li { margin: .6em 0; line-height: 150%; }
|
|
5
|
+
h1, h2, h3, h4, h5, h6 { margin: .5em 0; }
|
|
3
6
|
h1 { font-size: 2em; }
|
|
4
7
|
h2 { font-size: 1.7em; }
|
|
5
8
|
h3 { font-size: 1.5em; }
|
|
9
|
+
a:link, a:visited { text-decoration: none; color: #105cb6; }
|
|
10
|
+
a:hover, a:active { text-decoration: none; background: #E6F1FF; color: #105cb6 }
|
|
11
|
+
table.data { border-collapse: collapse; border-top: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; width: 100%; }
|
|
12
|
+
table.data tr:nth-child(2n) { background: #f0f0f0; }
|
|
13
|
+
table.data td { padding: 6px; border-bottom: 1px solid #e0e0e0; }
|
|
6
14
|
/* Layout elements */
|
|
7
|
-
div#container { width:
|
|
15
|
+
div#container { width: 800px; margin-left: auto; margin-right: auto; text-align: left; }
|
|
16
|
+
ul#top_nav { list-style-type: none; overflow: hidden; }
|
|
17
|
+
ul#top_nav li { float: left; margin-right: 8px; font-size: 1.4em; margin-right: 1.6em; }
|
|
8
18
|
/* Specific pages */
|