bc1bdc98e7da7dc29a45f4a25c6b2156ba4b6e21
[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 .footer {
45     margin-top: 36px;
46     margin-bottom: 0px;
47     border-top: 1px solid #DDD;
48     color: #999;
49     text-align: center;
50 }
51
52 h1 {
53     margin-bottom: 0.5ex;
54 }
55
56 .repo-info {
57     margin-bottom: 2ex;
58 }
59 .repo-info form {
60     margin-bottom: 0px;
61 }
62 .urlinfo {
63     padding-bottom: 0px;
64 }
65
66 .file .header {
67     padding: 0ex 0ex 0ex 1ex;
68     margin-bottom: 1em;
69     background-color: whiteSmoke;
70     border: 1px solid #EEE;
71     border: 1px solid rgba(0, 0, 0, 0.05);
72     -webkit-border-radius: 4px;
73     -moz-border-radius: 4px;
74     border-radius: 4px;
75 }
76 .file .header h3 {
77     margin: 0px;
78     font-size: 1.2em;
79 }
80 .file .header .btn-mini {
81     margin-left: 2px;
82 }
83 .file .code {
84     margin-left: 2em;
85 }
86 .file .image {
87     margin-bottom: 2ex;
88 }
89
90 div.annotations div.alert {
91     margin-bottom: 1ex;
92 }
93
94 ul.history li {
95     padding-left: 2px;
96     padding-bottom: 1px;
97 }
98 ul.history li.active {
99     background-color: #EEE;
100     border-radius: 3px;
101 }
102 ul.history a.hash {
103     font-family: monospace;
104 }
105
106
107 ul.pager {
108     margin-top: 2ex;
109 }
110
111 .pastedata label {
112     display: block;
113     float: left;
114     width: 100px;
115     margin-top: 4px;
116 }
117 .pastedata input {
118     display: block;
119     margin-left: 110px;
120     width: 590px !important;
121 }
122 .formbuttons {
123     margin-top: 2ex;
124 }
125
126 form textarea.content {
127     width: 100%;
128     box-sizing: border-box;
129     font-family: monospace;
130     margin-bottom: 0px;
131     margin-top: 2ex;
132 }
133 .content-details {
134     margin-top: 12px;
135 }
136 .content-details .additional-btn {
137     margin-top: -12px;
138 }
139 form .allwidth {
140     box-sizing: border-box;
141 }
142 form .allwidth label {
143     width: 20%;
144     float: left;
145 }
146 form input#description {
147     box-sizing: border-box;
148     height: 2em;
149     width: 100%;
150 }
151
152 form label.inline {
153     display: inline;
154 }
155
156 .btn [class^="icon-"], .btn [class*=" icon-"] {
157     line-height: 1.1em;
158 }