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