preparation release
This commit is contained in:
commit
f5e3a62ee8
196 changed files with 64314 additions and 0 deletions
31
HTML/Template/tests/templates/style.html
Normal file
31
HTML/Template/tests/templates/style.html
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="print"
|
||||
|
||||
href="{ROOT_CSS}/print.css">
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen"
|
||||
|
||||
href="{ROOT_CSS}/compatible.css">
|
||||
|
||||
<style type="text/css" media="screen">
|
||||
|
||||
<!--
|
||||
|
||||
@import url({ROOT_CSS}/main.css);
|
||||
|
||||
.tdbodywarningCopy {
|
||||
background-color: #eecccc;
|
||||
FONT-FAMILY: arial, geneva, helvetica, sans-serif;
|
||||
font-size : 10px;
|
||||
COLOR: #000000;
|
||||
padding: 0px;
|
||||
border: 0px dashed #000000;
|
||||
}
|
||||
|
||||
-->
|
||||
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue