PluginProbe
HAL / 1.4.4
HAL v1.4.4
trunk 1.0 1.1 1.2 1.3 1.4 1.4.2 1.4.3 1.4.4 2.0 2.0.1 2.0.10 2.0.2 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.2 2.3 2.4 2.4.1 2.4.2 2.5 All 30 releases
hal / css / style.css

style.css in HAL 1.4.4, at css/style.css

162 lines 2.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Page HAL CSS */
2
3 #wphal-keys {
4 text-align : justify;
5 word-wrap: break-word;
6 }
7
8 #wphal-keys a{
9 text-decoration:none;
10 white-space: nowrap;
11 }
12
13 #wphal-aut{
14 max-height : 500px;
15 overflow: auto;
16 }
17
18 #wphal-discipline{
19 max-height : 500px;
20 overflow: auto;
21 }
22
23 #wphal-keyw{
24 max-height : 500px;
25 overflow: auto;
26 }
27
28 #wphal-rev{
29 max-height : 500px;
30 overflow: auto;
31 }
32
33 #wphal-an{
34 max-height : 500px;
35 overflow: auto;
36 }
37
38 #wphal-institu{
39 max-height : 500px;
40 overflow: auto;
41 }
42
43 #wphal-labo{
44 max-height : 500px;
45 overflow: auto;
46 }
47
48 #wphal-dpt{
49 max-height : 500px;
50 overflow: auto;
51 }
52
53 #wphal-rteam{
54 max-height : 500px;
55 overflow: auto;
56 }
57
58 .grp-content{
59 max-height : 250px;
60 overflow: auto;
61 }
62
63
64 ul.wphal-discipline li{
65 list-style: none !important;
66 }
67
68 #wphal-menu, #wphal-menu ul{
69 padding: 5px;
70 margin: 0;
71 list-style: none;
72 }
73
74
75 #wphal-menu li {
76 display: inline-block;
77 padding-right: 10px;
78 }
79 #wphal-menu li ul {
80 padding: 8px 8px 8px 16px;
81 background: #fff;
82 border : 1px solid #BEBEBE;
83 -webkit-border-radius: 5px;
84 -moz-border-radius: 5px;
85 border-radius: 5px;
86 }
87
88 #wphal-menu a {
89 border-bottom: none !important;
90 text-decoration: none !important;
91 display: block;
92 }
93 #wphal-menu ul {
94 position: absolute;
95 left: -999em;
96 text-align: left;
97 width: 450px;
98 padding: 5px;
99 }
100 #wphal-menu li:hover ul {
101 left: auto;
102 }
103
104 .wphal-pagination {
105 text-align: center;
106 margin: 20px;
107 }
108
109 .wphal-pagination a, .wphal-pagination li {
110 background: #fff;
111 display: inline-block;
112 padding: 4px 8px;
113 border-bottom: none !important;
114 text-decoration: none !important;
115 line-height: 1.5em;
116 -webkit-border-radius: 3px;
117 -moz-border-radius: 3px;
118 border-radius: 3px;
119 }
120
121 .wphal-pagination .disabled {
122 pointer-events: none;
123 }
124
125 .wphal-pagination a:hover {
126 background-color: #BEBEBE;
127 color: #fff;
128 }
129
130 .wphal-pagination .active a{
131 background: #BEBEBE;
132 }
133
134 #wphal-content button{
135 margin : 5px;
136 }
137
138 .wphal-nbmetadata {
139 background-color: #BEBEBE;
140 color: #fff;
141 margin-left : 2px;
142 padding: 0px 4px 2px 4px;
143 -webkit-border-radius: 3px;
144 -moz-border-radius: 3px;
145 border-radius: 3px;
146 }
147
148 .wphal-nbtot {
149 font-weight: bold;
150 font-size: x-large;
151 }
152
153
154 /* Widget CSS */
155
156 .widhal-li {
157 padding-bottom : 5px;
158 }
159
160 .widhal-ul {
161
162 }