Lines 11-24
Link Here
|
11 |
* |
11 |
* |
12 |
*/ |
12 |
*/ |
13 |
|
13 |
|
14 |
#container-main { |
|
|
15 |
/* Contains the news + both columns of links + pending box + userblock box */ |
16 |
background-image:url('../img/background_koha_logo.png'); |
17 |
background-repeat:no-repeat; |
18 |
background-position:left top; |
19 |
padding: 1em 0; |
20 |
} |
21 |
|
22 |
|
14 |
|
23 |
/* ==== NEWS - Start ==== */ |
15 |
/* ==== NEWS - Start ==== */ |
24 |
|
16 |
|
Lines 68-99
ul.biglinks-list {
Link Here
|
68 |
ul.biglinks-list li { |
60 |
ul.biglinks-list li { |
69 |
/* Standard attributes for the list elements */ |
61 |
/* Standard attributes for the list elements */ |
70 |
list-style-type:none; |
62 |
list-style-type:none; |
|
|
63 |
|
64 |
margin-bottom: 1em; |
71 |
} |
65 |
} |
72 |
|
66 |
|
73 |
ul.biglinks-list li a.icon_general { |
67 |
ul.biglinks-list li a.icon_general { |
74 |
/* Class used for each module link */ |
68 |
/* Class used for each module link */ |
75 |
display: block; |
69 |
display: flex; |
76 |
box-sizing: content-box; |
70 |
align-items: center; |
77 |
max-width : 320px; |
|
|
78 |
min-height: 2em; |
79 |
margin: 0 1em 14px 0; |
80 |
padding: 5px; |
71 |
padding: 5px; |
81 |
border: solid 2px #b9d8d9; |
72 |
border: 2px solid #71B443; |
82 |
border-radius: 6px; |
73 |
border-radius: 6px; |
|
|
74 |
height: 50px; |
83 |
|
75 |
|
84 |
text-decoration: none; |
76 |
text-decoration: none; |
85 |
font-family: verdana, arial; |
|
|
86 |
font-weight: bold; |
87 |
font-size: large; |
77 |
font-size: large; |
88 |
color: #000000; |
|
|
89 |
|
78 |
|
90 |
background-color:#f4f8f9; |
79 |
color: #fff; |
|
|
80 |
background-color: #71B443; |
91 |
} |
81 |
} |
92 |
|
82 |
|
93 |
ul.biglinks-list li a:hover.icon_general { |
83 |
ul.biglinks-list li a:hover.icon_general { |
94 |
/* Class used for each module link hover state */ |
84 |
/* Class used for each module link hover state */ |
95 |
color: #538200; |
85 |
border-color: #418940; |
96 |
border-color: #538200; |
|
|
97 |
} |
86 |
} |
98 |
|
87 |
|
99 |
ul.biglinks-list li a.icon_general .fa-fw { |
88 |
ul.biglinks-list li a.icon_general .fa-fw { |
Lines 106-112
ul.biglinks-list li a.icon_general .fa-stack-2x {
Link Here
|
106 |
} |
95 |
} |
107 |
|
96 |
|
108 |
ul.biglinks-list li a.icon_general .fa-stack-1x { |
97 |
ul.biglinks-list li a.icon_general .fa-stack-1x { |
109 |
color: #999; |
98 |
color: #ccc; |
110 |
font-size: .9em; |
99 |
font-size: .9em; |
111 |
left: -5px; |
100 |
left: -5px; |
112 |
top: -1px; |
101 |
top: -1px; |
Lines 114-120
ul.biglinks-list li a.icon_general .fa-stack-1x {
Link Here
|
114 |
|
103 |
|
115 |
/* CSS Font Awesome */ |
104 |
/* CSS Font Awesome */ |
116 |
ul.biglinks-list img { |
105 |
ul.biglinks-list img { |
117 |
width: 35px; |
106 |
max-height: 100%; |
118 |
} |
107 |
} |
119 |
|
108 |
|
120 |
/* ==== MODULE LINKS - End ==== */ |
109 |
/* ==== MODULE LINKS - End ==== */ |