d2b05c4d55d282bb7ed4b71483bc1208b997bb83
[phorkie.git] / www / css / phorkie.css
1 /* show IDs for anchors */
2 a.anchorlink:before {
3     font-size: smaller;
4     content: '_';
5     color: transparent;
6 }
7 h1[id]:hover a.anchorlink:before,
8 h2[id]:hover a.anchorlink:before,
9 h3[id]:hover a.anchorlink:before,
10 h4[id]:hover a.anchorlink:before,
11 h5[id]:hover a.anchorlink:before,
12 h6[id]:hover a.anchorlink:before {
13     content: "\00B6";/* pilcrow */
14     color: #888;
15     font-size: smaller;
16 }
17 a.anchorlink {
18     text-decoration: none;
19     margin-left: 0.5em;
20     font-size: smaller;
21 }
22 .navbar li a.brand {
23     /*float: right;*/
24     margin-left: -14px;
25     color: #DDA;
26     text-shadow: 0 0 30px rgba(255, 255, 255, .9);
27 }
28 .navbar li a.brand:hover {
29     color: #FFA;
30 }
31
32 @media (min-width: 980px) and (max-width: 1199px) {
33     .navbar .container {
34         width: 940px;
35     }
36 }
37
38 @media (min-width: 768px) and (max-width: 979px) {
39     .navbar .container {
40         width: 724px;
41     }
42 }
43
44 .navbar + .container {
45     margin-top: 2ex;
46 }
47
48 .footer {
49     margin-top: 36px;
50     margin-bottom: 0px;
51     border-top: 1px solid #DDD;
52     color: #999;
53     text-align: center;
54 }
55
56 h1 {
57     margin-top: 0ex;
58     margin-bottom: 0.5ex;
59 }
60
61 .repo-info {
62     margin-bottom: 2ex;
63 }
64 .repo-info form {
65     margin-bottom: 0px;
66 }
67 .urlinfo {
68     padding-bottom: 0px;
69 }
70
71 .file .header {
72     padding: 0ex 0ex 0ex 1ex;
73     margin-bottom: 1em;
74     background-color: whiteSmoke;
75     border: 1px solid #EEE;
76     border: 1px solid rgba(0, 0, 0, 0.05);
77     -webkit-border-radius: 4px;
78     -moz-border-radius: 4px;
79     border-radius: 4px;
80 }
81 .file .header h3 {
82     margin: 0px;
83     font-size: 1.2em;
84 }
85 .file .header .btn-mini {
86     margin-left: 2px;
87 }
88 .file .code {
89     margin-left: 2em;
90 }
91 .file .image {
92     margin-bottom: 2ex;
93 }
94 .file > .document {
95     margin-left: 1em;
96 }
97
98 .code pre {
99     border: none;
100     background-color: inherit;
101     word-break: normal;
102     word-wrap: normal;
103     white-space: pre;
104     color: black;
105     font: normal normal 1em/1.2em monospace;
106     padding: 0px;
107     margin: 0px;
108     margin-bottom: 2ex;
109 }
110 .code {
111     overflow-x: auto;
112 }
113 .code .ln pre {
114     margin-right: 1ex;
115     color: #DDD;
116 }
117
118 div.annotations div.alert {
119     margin-bottom: 1ex;
120 }
121
122 ul.history li {
123     padding-left: 2px;
124     padding-bottom: 1px;
125 }
126 ul.history li.active {
127     background-color: #EEE;
128     border-radius: 3px;
129 }
130 ul.history a.hash {
131     font-family: monospace;
132 }
133
134
135 ul.pager {
136     margin-top: 2ex;
137 }
138
139 .formbuttons {
140     margin-top: 2ex;
141 }
142
143 form textarea.content {
144     width: 100%;
145     box-sizing: border-box;
146     font-family: monospace;
147     margin-bottom: 0px;
148     margin-top: 2ex;
149 }
150 .content-details {
151     margin-top: 12px;
152 }
153 .content-details .additional-btn {
154     margin-top: -12px;
155 }
156 form .allwidth {
157     box-sizing: border-box;
158 }
159 form .allwidth label {
160     width: 20%;
161     float: left;
162 }
163 form input#description {
164     box-sizing: border-box;
165     height: 2em;
166     width: 100%;
167 }
168
169 form label.inline {
170     display: inline;
171 }
172
173 .form-horizontal .control-label {
174     text-align: left;
175     width: 8em;
176 }
177
178 .form-horizontal .controls {
179     margin-left: 8em;
180 }
181
182 input.fullwidthtext {
183     width: 100%;
184     box-sizing: border-box;
185     height: auto;
186 }
187
188 .btn [class^="icon-"], .btn [class*=" icon-"] {
189     line-height: 1.1em;
190 }
191
192 .content-padding-fix {
193     height: 1em;
194 }
195
196 .indent {
197     margin-left: 10px;
198 }
199
200 .nobr {
201     white-space:nowrap;
202 }
203
204 .avatar-large {
205     border-radius: 5px;
206 }
207 .avatar-small {
208     border-radius: 3px;
209 }
210 .avatar-tiny {
211     border-radius: 2px;
212 }
213
214 .forkdomain {
215     margin-left: 2ex;
216 }