Téléverser les fichiers vers "CenRa_Metabase/resources/css"
This commit is contained in:
parent
496089bdd3
commit
7c23016672
61
CenRa_Metabase/resources/css/dock.css
Normal file
61
CenRa_Metabase/resources/css/dock.css
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
body {
|
||||||
|
font-family: Ubuntu, Lucida Grande, Segoe UI, Arial, sans-serif;
|
||||||
|
margin-left: 0px;
|
||||||
|
margin-right: 0px;
|
||||||
|
margin-top: 0px;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
img.logo{
|
||||||
|
display: inline-block;
|
||||||
|
margin-left:0px;
|
||||||
|
margin-right: 0px;
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
vertical-align: top;
|
||||||
|
width:25%
|
||||||
|
}
|
||||||
|
h2, h3 {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #8cb63c;
|
||||||
|
line-height: 2;
|
||||||
|
padding-left:5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
th{
|
||||||
|
color: #2c4491
|
||||||
|
}
|
||||||
|
table tr th, table tr td {
|
||||||
|
text-align: left;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.table-striped {
|
||||||
|
border: 1px solid #BBB;
|
||||||
|
}
|
||||||
|
table.table-striped tr td {
|
||||||
|
border: 1px solid #BBB;
|
||||||
|
}
|
||||||
|
table.table-striped tr th {
|
||||||
|
border: 1px solid #BBB;
|
||||||
|
}
|
||||||
|
table.table-striped tr:nth-child(even) {
|
||||||
|
background: #EEE;
|
||||||
|
}
|
||||||
|
table.table-striped tr:nth-child(odd) {
|
||||||
|
background: #FFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
#map {
|
||||||
|
padding: 5px;
|
||||||
|
width: 400px;
|
||||||
|
height: 400px;
|
||||||
|
box-shadow: 0 0 10px #999;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user