| Server IP : 195.130.67.5 / Your IP : 216.73.216.231 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/icd/plugins/content/ |
Upload File : |
/* Styles for the upload page */
div.uploadAttachmentsPage {
width: 95%;
margin: 15px 0px 6px 15px;
text-align: left;
}
div.uploadAttachmentsPage p {
text-align: left;
}
/* For button-like links to change/switch */
a.changeButton {
padding: 1px 4px 1px 4px;
margin-left: 20px;
font-size: 90%;
color : #333333;
text-decoration: none;
background-color: #CCCCCC;
border: 1px solid #888888;
}
a.changeButton:link { color : #333333; text-decoration: none; }
a.changeButton:visited { color : #333333; text-decoration: none; }
a.changeButton:hover { color : #333333; text-decoration: none; background-color: #DDDDDD; }
a.changeButton:active { color : #333333; text-decoration: none; }
/* Styles for upload form */
input#description { width: 100%; }
input#upload { width: 100%; }
input#display_name {
width: 100%;
}
p.display_name {
margin-top: 12px;
}
input#upload, input#upload_warning {
/* width: 100%; */
margin-top: 4px;
}
form.attachments {
margin: 0;
}
form.attachments fieldset {
margin: 0;
padding-right: 20px;
}
form.attachments legend {
font-size: 130%;
font-weight: bold;
}
form.attachments div.formWarning {
width: 95%;
font-size: 140%;
font-weight: bold;
line-height: 120%;
padding: 8px;
padding-left: 15px;
margin-bottom: 10px;
color: #0000CC;
background-color: #FFFF66;
}
form.attachments input#upload_warning {
background-color: #FFFF66;
}
form.attachments input[type=checkbox] {
vertical-align: middle;
}
form.attachments span.right {
float: right;
}
div.uploadAttachmentsPage h1 {
color: #000;
}
div.uploadAttachmentsPage h2 {
color: #000;
}
/* Styles for lists of attachments on upload/update forms */
div.attachmentsList caption {
font-size: 110%;
font-weight: bold;
margin-top: 15px;
}