changing properties
This commit is contained in:
parent
f8d06c6b78
commit
d70f26d369
3 changed files with 172 additions and 172 deletions
344
livesupport/modules/htmlUI/var/html/styles.css
Executable file → Normal file
344
livesupport/modules/htmlUI/var/html/styles.css
Executable file → Normal file
|
@ -1,173 +1,173 @@
|
||||||
body {
|
body {
|
||||||
background-color : #d4d0c8;
|
background-color : #d4d0c8;
|
||||||
font-family : monospace;
|
font-family : monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
#masterpanel {
|
#masterpanel {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color : #d4d0c8;
|
background-color : #d4d0c8;
|
||||||
height: 800px;
|
height: 800px;
|
||||||
font-family : monospace;
|
font-family : monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
#statusbar {
|
#statusbar {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
height : 70px;
|
height : 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.statusbaritem {
|
.statusbaritem {
|
||||||
width : 100px;
|
width : 100px;
|
||||||
height : 50px;
|
height : 50px;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
padding : 3px;
|
padding : 3px;
|
||||||
float : left;
|
float : left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login {
|
#login {
|
||||||
width : 300px;
|
width : 300px;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tree {
|
#tree {
|
||||||
text-align : left;
|
text-align : left;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu_top {
|
#menu_top {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#scratchpad {
|
#scratchpad {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#path {
|
#path {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#objects {
|
#objects {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#permissions {
|
#permissions {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#subjects {
|
#subjects {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#searchform {
|
#searchform {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#searchres {
|
#searchres {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 98%;
|
width: 98%;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
font-size : x-small;
|
font-size : x-small;
|
||||||
}
|
}
|
||||||
|
|
||||||
#filedata {
|
#filedata {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#uploadform {
|
#uploadform {
|
||||||
width: 780px;
|
width: 780px;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#metadataform {
|
#metadataform {
|
||||||
width: 780px;
|
width: 780px;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dynformelement {
|
.dynformelement {
|
||||||
padding-bottom : 6px;
|
padding-bottom : 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#systemPrefs {
|
#systemPrefs {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.closer {
|
.closer {
|
||||||
width : 10px;
|
width : 10px;
|
||||||
float : right;
|
float : right;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
background-color : Gray;
|
background-color : Gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
background-color: #999;
|
background-color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.standardFrame {
|
.standardFrame {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#simplesearchform {
|
#simplesearchform {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
0
livesupport/modules/htmlUI/var/html/styles_livesupport.css
Executable file → Normal file
0
livesupport/modules/htmlUI/var/html/styles_livesupport.css
Executable file → Normal file
0
livesupport/modules/htmlUI/var/html/styles_popup.css
Executable file → Normal file
0
livesupport/modules/htmlUI/var/html/styles_popup.css
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue