mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Half finished
SVN revision: 343
This commit is contained in:
parent
9ff99105c8
commit
2d5dfe458e
42
themes/default/default.css
Executable file
42
themes/default/default.css
Executable file
@ -0,0 +1,42 @@
|
||||
body {
|
||||
color:black;
|
||||
background-color:white;
|
||||
font-family: sans-serif;
|
||||
/* background-image:url(elog.gif); */
|
||||
}
|
||||
|
||||
/* link colors and decorations */
|
||||
a:link { font-weight:bold; color:#0000FF; text-decoration:none }
|
||||
a:visited { font-weight:bold; color:#800080; text-decoration:none }
|
||||
a:hover { font-weight:bold; color:#0000FF; text-decoration:underline }
|
||||
a:active { font-weight:bold; color:#0000FF; text-decoration:underline }
|
||||
a:focus { font-weight:bold; color:#0000FF; text-decoration:underline }
|
||||
|
||||
td {
|
||||
color:black;
|
||||
font-family:sans-serif;
|
||||
}
|
||||
|
||||
pre {
|
||||
font-family:'lucida console',courier;
|
||||
font-size:small;
|
||||
}
|
||||
|
||||
/* ELOG home page link at bottom of page */
|
||||
|
||||
.bottomlink {
|
||||
font-family: sans-serif;
|
||||
font-size: xx-small;
|
||||
}
|
||||
|
||||
/* logbook title */
|
||||
|
||||
.title {
|
||||
/* background-color:#486090; */
|
||||
background-color:orange;
|
||||
color:white;
|
||||
font-weight:bold;
|
||||
font-size:medium;
|
||||
font-family:sans-serif;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user