mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 13:42:04 +00:00
removed some old file not used anymore
This commit is contained in:
parent
b465b988c9
commit
0d197add47
152
out/styles.css
152
out/styles.css
|
@ -1,152 +0,0 @@
|
||||||
/* a { text-decoration: none; }
|
|
||||||
a:hover { text-decoration: underline; }
|
|
||||||
|
|
||||||
.titlebar {
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 12pt;
|
|
||||||
color : White;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header1 {
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 11pt;
|
|
||||||
font-style : italic;
|
|
||||||
color : #000080;
|
|
||||||
}
|
|
||||||
|
|
||||||
.foldertree {
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.foldertree_selectable {
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
|
||||||
color: blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
.foldertree_inpath {
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
|
||||||
color: black;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.foldertree_active {
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 9pt;
|
|
||||||
color: black;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.path {
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.editfolder {
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.editdocument {
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.infos {
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.filelist {
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.subfolderlist {
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linklist {
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.boxHeader {
|
|
||||||
color : White;
|
|
||||||
font-style : italic;
|
|
||||||
font-size : 11pt;
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pageHeader {
|
|
||||||
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size: 13pt;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #000080;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inputDescription {
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
|
||||||
color: black;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.notifylist {
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inheritAccess
|
|
||||||
{
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.accessList
|
|
||||||
{
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.defaultAccess
|
|
||||||
{
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.msgLocked
|
|
||||||
{
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.standardText
|
|
||||||
{
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.groupMembers
|
|
||||||
{
|
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
|
||||||
color: black;*/
|
|
Loading…
Reference in New Issue
Block a user