|
45
|
1 |
/* ============================================================================= |
|
|
2 |
HTML5 Boilerplate CSS: h5bp.com/css |
|
|
3 |
========================================================================== */ |
|
|
4 |
|
|
|
5 |
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } |
|
|
6 |
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } |
|
|
7 |
audio:not([controls]) { display: none; } |
|
|
8 |
[hidden] { display: none; } |
|
|
9 |
|
|
|
10 |
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } |
|
|
11 |
html, button, input, select, textarea { font-family: sans-serif; color: #222; } |
|
|
12 |
body { margin: 0; font-size: 1em; line-height: 1.4; } |
|
|
13 |
|
|
|
14 |
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; } |
|
|
15 |
::selection { background: #fe57a1; color: #fff; text-shadow: none; } |
|
|
16 |
|
|
|
17 |
a { color: #00e; } |
|
|
18 |
a:visited { color: #551a8b; } |
|
|
19 |
a:hover { color: #06e; } |
|
|
20 |
a:focus { outline: thin dotted; } |
|
|
21 |
a:hover, a:active { outline: 0; } |
|
|
22 |
|
|
|
23 |
abbr[title] { border-bottom: 1px dotted; } |
|
|
24 |
b, strong { font-weight: bold; } |
|
|
25 |
blockquote { margin: 1em 40px; } |
|
|
26 |
dfn { font-style: italic; } |
|
|
27 |
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } |
|
|
28 |
ins { background: #ff9; color: #000; text-decoration: none; } |
|
|
29 |
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; } |
|
|
30 |
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; } |
|
|
31 |
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } |
|
|
32 |
q { quotes: none; } |
|
|
33 |
q:before, q:after { content: ""; content: none; } |
|
|
34 |
small { font-size: 85%; } |
|
|
35 |
|
|
|
36 |
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } |
|
|
37 |
sup { top: -0.5em; } |
|
|
38 |
sub { bottom: -0.25em; } |
|
|
39 |
|
|
|
40 |
ul, ol { margin: 1em 0; padding: 0 0 0 40px; } |
|
|
41 |
dd { margin: 0 0 0 40px; } |
|
|
42 |
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; } |
|
|
43 |
|
|
|
44 |
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; } |
|
|
45 |
|
|
|
46 |
svg:not(:root) { overflow: hidden; } |
|
|
47 |
|
|
|
48 |
figure { margin: 0; } |
|
|
49 |
|
|
|
50 |
form { margin: 0; } |
|
|
51 |
fieldset { border: 0; margin: 0; padding: 0; } |
|
|
52 |
label { cursor: pointer; } |
|
|
53 |
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; } |
|
|
54 |
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; } |
|
|
55 |
button, input { line-height: normal; } |
|
|
56 |
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; } |
|
|
57 |
button[disabled], input[disabled] { cursor: default; } |
|
|
58 |
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; } |
|
|
59 |
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } |
|
|
60 |
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } |
|
|
61 |
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } |
|
|
62 |
textarea { overflow: auto; vertical-align: top; resize: vertical; } |
|
|
63 |
input:valid, textarea:valid { } |
|
|
64 |
input:invalid, textarea:invalid { background-color: #f0dddd; } |
|
|
65 |
|
|
|
66 |
table { border-collapse: collapse; border-spacing: 0; } |
|
|
67 |
td { vertical-align: top; } |
|
|
68 |
|
|
|
69 |
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; } |
|
|
70 |
|
|
|
71 |
|
|
|
72 |
|
|
|
73 |
/* ===== Primary Styles ======================================================== |
|
|
74 |
Author: |
|
|
75 |
========================================================================== */ |
|
|
76 |
.templates { display: none; } |
|
|
77 |
|
|
|
78 |
.project_desc_label { font-weight: bold; } |
|
|
79 |
|
|
|
80 |
#project_display { |
|
|
81 |
background: #9cbc2c; |
|
|
82 |
-moz-border-radius: 5px; |
|
|
83 |
-webkit-border-radius: 5px; |
|
|
84 |
border-radius: 5px; |
|
|
85 |
padding: 20px; |
|
|
86 |
width: 400px; |
|
|
87 |
} |
|
|
88 |
|
|
|
89 |
|
|
|
90 |
|
|
|
91 |
/* ============================================================================= |
|
|
92 |
Media Queries |
|
|
93 |
========================================================================== */ |
|
|
94 |
|
|
|
95 |
@media only screen and (min-width: 35em) { |
|
|
96 |
/* Style adjustments for viewports that meet the condition */ |
|
|
97 |
} |
|
|
98 |
|
|
|
99 |
/* ============================================================================= |
|
|
100 |
Non-Semantic Helper Classes |
|
|
101 |
========================================================================== */ |
|
|
102 |
|
|
|
103 |
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; } |
|
|
104 |
.ir br { display: none; } |
|
|
105 |
.hidden { display: none !important; visibility: hidden; } |
|
|
106 |
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } |
|
|
107 |
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } |
|
|
108 |
.invisible { visibility: hidden; } |
|
|
109 |
.clearfix:before, .clearfix:after { content: ""; display: table; } |
|
|
110 |
.clearfix:after { clear: both; } |
|
|
111 |
.clearfix { *zoom: 1; } |
|
|
112 |
|
|
|
113 |
/* ============================================================================= |
|
|
114 |
Print Styles |
|
|
115 |
========================================================================== */ |
|
|
116 |
|
|
|
117 |
@media print { |
|
|
118 |
* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */ |
|
|
119 |
a, a:visited { text-decoration: underline; } |
|
|
120 |
a[href]:after { content: " (" attr(href) ")"; } |
|
|
121 |
abbr[title]:after { content: " (" attr(title) ")"; } |
|
|
122 |
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */ |
|
|
123 |
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } |
|
|
124 |
thead { display: table-header-group; } /* h5bp.com/t */ |
|
|
125 |
tr, img { page-break-inside: avoid; } |
|
|
126 |
img { max-width: 100% !important; } |
|
|
127 |
@page { margin: 0.5cm; } |
|
|
128 |
p, h2, h3 { orphans: 3; widows: 3; } |
|
|
129 |
h2, h3 { page-break-after: avoid; } |
|
|
130 |
} |