mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Added quote classes
SVN revision: 1374
This commit is contained in:
parent
422aa20ecb
commit
ceaa7f275e
@ -546,6 +546,27 @@ td {
|
|||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.quotetable {
|
||||||
|
width:98%;
|
||||||
|
align:center;
|
||||||
|
background-color:black;
|
||||||
|
border:0px;
|
||||||
|
padding:0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.quotetitle {
|
||||||
|
background-color:#486090;
|
||||||
|
padding:3px;
|
||||||
|
font-size:12px;
|
||||||
|
font-weight:bold;
|
||||||
|
color:white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.quote {
|
||||||
|
background-color:#FFFFB0;
|
||||||
|
padding:10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* ELOG home page link at bottom of page */
|
/* ELOG home page link at bottom of page */
|
||||||
.bottomlink {
|
.bottomlink {
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user