Mercurial > hg > dml-open-cliopatria
comparison cpack/dml/web/css/minimal.css @ 0:718306e29690 tip
commiting public release
author | Daniel Wolff |
---|---|
date | Tue, 09 Feb 2016 21:05:06 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:718306e29690 |
---|---|
1 div#cp-content > h1 { overflow-x:auto } | |
2 th, td { vertical-align:baseline } /* override Kube setting */ | |
3 tr.ygtvrow td { vertical-align:top } | |
4 table td {padding:0.2em 0.2em} | |
5 table th, table.table-flat th {padding:2px;margin-top:1em;border-top-width:2px} | |
6 /* body {margin-top:1em} */ | |
7 td input { margin-left:0.5ex; } | |
8 td input:first-child { margin-left:0; } | |
9 .input-groups span.btn-append { padding-left:0.5ex; } | |
10 .input-groups span.btn-append:first-child { padding-left:0; } | |
11 li { margin-top:0.25em; } | |
12 /* li:first-child { margin-top:0; } /1* what is this for? *1/ */ | |
13 li.pure-menu-item { margin-top:0 } | |
14 .input-groups input[type='text'] {line-height:1.618em;vertical-align:middle} | |
15 address.footer img {padding-left:1ex;height:1.5em} | |
16 | |
17 .btn { border-radius:0px} | |
18 .input-groups .btn-append .btn { border-radius:0px; } | |
19 input[type='submit'], input[type='reset'], input[type='button'] { border-radius:0px; } | |
20 | |
21 /* these are to override kube.css */ | |
22 a { color:#800; text-decoration:none; border-bottom:1px solid transparent } | |
23 a:hover { color:#a00; border-bottom:1px solid currentColor; text-decoration:none } | |
24 a.r_undef { color:#860; } | |
25 .editor { border:solid 1px #BBB} | |
26 #src.editor { font-family:Source Code Pro; font-size:90% } | |
27 button:focus, div.output-box:focus, #src.editor.ace_focus { | |
28 outline:none; | |
29 border-color:#5ca9e4; | |
30 box-shadow:0px 0px 2px 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset; | |
31 } | |
32 div.output-box {border:solid #bbb 1px;padding:1ex;resize:vertical;overflow:scroll} | |
33 .warning{color:green} | |
34 .error{color:red} | |
35 nav.navbar { vertical-align:middle;margin:0em} | |
36 .pure-menu-horizontal { margin-bottom:1ex } /* for coloured menu bar */ | |
37 /* header form { vertical-align:middle;margin:0em} | |
38 header a { color:white } | |
39 header { background:#333;color:white; | |
40 padding-top:1em;padding-bottom:1em;padding-left:2em;padding-right:2em} | |
41 */ | |
42 header { margin-top:0em; margin-bottom:1em; } | |
43 .group:after { display:block; } | |
44 /* .code { font-size:90% } */ | |
45 code { color:inherit } | |
46 form { margin-bottom:0.5em } | |
47 pre { padding:0.5em; border:solid 1px #ccc; } | |
48 /* .tooltipped:hover .tooltip { opacity:1; transition-delay:1s} | |
49 .tooltip { top:1.5em; left:1.5em; padding:0.1em; position:relative; | |
50 background-color:#f0f0f0; color:black; border:1px solid gray; | |
51 text-decoration:none; width:auto; | |
52 opacity:0; transition:opacity 0.5s; } | |
53 */ | |
54 .tag { color:black; font-style:italic } | |
55 table td.object { padding-left:0.2em } | |
56 th.sorted{border-bottom:1px solid currentColor} | |
57 th.resort a {color:black} | |
58 th.resort a:hover {color:#a00;border-bottom-color:transparent} | |
59 th.resort:hover{border-bottom:1px solid #a00} | |
60 .msg_informational{color:#070} | |
61 .msg_warning{color:#c00} | |
62 .msg_error{color:#c00; font-weight:bold} | |
63 | |
64 /* I don't know what these are for */ | |
65 /* option.change { color: red; } */ | |
66 /* .cliopatria input.gaction { width: 7em; } */ | |
67 | |
68 /* I don't like these */ | |
69 /* td.int { text-align:right; padding-right:5px; } */ | |
70 /* td.empty, td.int_c { text-align:center; } */ | |
71 | |
72 table.block td.total { border-width: 1px 0 0 0; font-weight: bold; } | |
73 /* table.block th.total */ | |
74 /* { text-align: right; */ | |
75 /* padding-right: 7px; */ | |
76 /* border-width: 0 1px 0 1px; */ | |
77 /* border-style: solid; */ | |
78 /* color:black; */ | |
79 /* background: transparent; */ | |
80 /* } */ | |
81 /* table.block th.p_name */ | |
82 /* { text-align: right; */ | |
83 /* background: transparent; */ | |
84 /* border-width: 0 1px 0 1px; */ | |
85 /* } */ | |
86 | |
87 /* I don't like these alignment fiddles */ | |
88 /* table.form { border-width: 0px; margin-left: 1cm; } */ | |
89 /* table.form th.label { text-align: right; padding: 0 3px; } */ | |
90 | |
91 /* This is also a bit unnecessary */ | |
92 /* table.form { border-top:solid 1px #ddd; border-bottom:solid 1px #ddd } */ | |
93 | |
94 /* not sure about this one: */ | |
95 /* table.form td, table.form th { border-bottom:solid 0px transparent } */ | |
96 tr.buttons > td { border-bottom:solid 0px transparent; padding-top:1ex } | |
97 | |
98 div.local-login form input { margin-top:1ex; margin-right:1ex} | |
99 | |
100 .pagination li a { border: solid 1px transparent } | |
101 .pagination { padding:0px; margin:0px; left:auto; display:inline-block } | |
102 .pagination li span.inactive { border-color:transparent; color:#ccc } | |
103 img.in-text { width:1.1em; vertical-align:middle } | |
104 img.in-text + img.in-text { margin-left:1ex } | |
105 | |
106 .navbar { | |
107 border-radius: 0px; border-width:0px; | |
108 background-color:#eee; border-color:#ddd; | |
109 min-height:1em; margin-bottom:1.1ex | |
110 } | |
111 .navbar a.navbar-brand { border:none; padding: 1ex 1ex; height: 2.2em } | |
112 .navbar div.container { padding:0px; margin-left:0px; width:100% } | |
113 ul.navbar-nav { padding:0px } | |
114 ul.navbar-nav>li { margin:0px } | |
115 ul.navbar-nav>li>a { color:black; padding:1ex 2ex; line-height:2.2em; border:none } | |
116 ul.navbar-nav>li>a:focus { color:black; background-color:#ccc } | |
117 ul.navbar-nav>li>a:hover { color:black; background-color:#ccc } | |
118 ul.navbar-nav>li>a>span { display:inline; color:black; vertical-align:baseline } | |
119 ul.dropdown-menu>li { display:block; width:100%; margin:0px } | |
120 ul.dropdown-menu>li>a { color:black; padding:1ex;padding-left:2ex;line-height: 1.6em; border:none } | |
121 ul.dropdown-menu>li>a:focus { text-decoration:none; color:black; background-color:#ccc } | |
122 ul.dropdown-menu>li>a:hover { text-decoration:none; color:black; background-color:#ccc } | |
123 .dropdown-menu { padding:0ex; background-color:#eee; border-color:#ddd; zoom:inherit;font-size:inherit } | |
124 .dropdown:hover .dropdown-menu { display:block } | |
125 span.caret1 { margin-left:1ex } | |
126 /* span.icon-bar { background-color:#444 } */ | |
127 .navbar-toggle { line-height:1.6em; border:none; margin:0px; margin-right:15px; padding:1ex 2ex; border-radius:0px} | |
128 /* .navbar-toggle .icon-bar + .icon-bar { margin-top:2px } */ | |
129 .navbar-right { margin-right:0px; margin:0px } | |
130 | |
131 /* stuff for wide navbar */ | |
132 header { background-color:#eee } | |
133 .navbar { background-color:transparent } | |
134 .navbar-right { padding:0px } | |
135 | |
136 /* put search results back together */ | |
137 .yui-ac-content ul li span.acmatch { display:inline; text-decoration:underline; color:#38d } | |
138 .yui-ac-content ul li { float:none } | |
139 | |
140 pre { border-radius:0px } | |
141 span.rdf_list { border:none; padding:0px; background-color:transparent } | |
142 div.crawler {margin-bottom:1em} |