PluginProbe
HAL / 1.2
HAL v1.2
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.2, at css/style.css

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