mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 20:13:17 +00:00

git-svn-id: http://scm.dspace.org/svn/repo/trunk@1241 9c30dcfa-912a-0410-8fc2-9e0234be79fd
29 lines
581 B
CSS
29 lines
581 B
CSS
BODY { font-family: "verdana", Arial, Helvetica, sans-serif;
|
|
font-size: 10pt;
|
|
font-style: normal;
|
|
color: #000000;
|
|
background: #ffffff;
|
|
margin: 30px }
|
|
|
|
P { text-align: justify }
|
|
|
|
H1 { text-align: center }
|
|
|
|
TABLE { text-align: center }
|
|
|
|
TH { text-align: center;
|
|
font-size: 10pt;
|
|
font-weight: bold }
|
|
|
|
TD { text-align: left;
|
|
font-size: 10pt;
|
|
padding: 4px }
|
|
|
|
DT { font-weight: bold }
|
|
|
|
.figure { text-align: center;
|
|
margin-bottom: 2px }
|
|
|
|
.caption { text-align: center;
|
|
margin-top: 0;
|
|
font-size: 8pt } |