Tweak the build script, so a developer can build vitro-core and it won't have any effect when they build vivoweb in the same workspace.
This commit is contained in:
commit
3f17d16d7b
68 changed files with 40148 additions and 0 deletions
76
themes/vivo-basic/css/print.css
Normal file
76
themes/vivo-basic/css/print.css
Normal file
|
@ -0,0 +1,76 @@
|
|||
/****************************************
|
||||
vivo-basic theme: print styles
|
||||
|
||||
Original version
|
||||
2009-04-30 mw542
|
||||
*****************************************/
|
||||
|
||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
body {
|
||||
line-height: 1.3;
|
||||
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||
color:#000;
|
||||
background: none;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
|
||||
/************************
|
||||
Hide unnecessary stuff
|
||||
************************/
|
||||
|
||||
|
||||
div#header,
|
||||
div#footer,
|
||||
div#cu-identity,
|
||||
div#dashboard,
|
||||
span.entityMoreSpan {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
div.admin, a.edit, a.delete, a.add, a.backToTop {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
div.empty {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/************************
|
||||
Show hidden content
|
||||
************************/
|
||||
|
||||
div.extraEntities {
|
||||
display: block !important; /* statements that are normally hidden by togglers */
|
||||
}
|
||||
|
||||
|
||||
/************************
|
||||
Headings and Text
|
||||
************************/
|
||||
|
||||
h1{font-size:20pt;}
|
||||
h2{font-size:16pt;}
|
||||
h3{font-size:14pt;}
|
||||
h4,h5,h6{font-size:12pt;}
|
||||
|
||||
h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; clear: left; }
|
||||
|
||||
h3.propertyName {
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
|
||||
/************************
|
||||
Links and images
|
||||
************************/
|
||||
|
||||
a:link, a:visited {
|
||||
background: transparent;
|
||||
font-weight:700;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
img { clear: left; float:left; margin:0 1.5em 1.5em 0; }
|
||||
a img { border:none; }
|
Loading…
Add table
Add a link
Reference in a new issue