| 1 | | body { background: #f9fcfe; } |
| 2 | | |
| 3 | | .upload-file-data { display: none; } |
| 4 | | |
| 5 | | #upload-menu { |
| 6 | | background: #247fab; |
| 7 | | margin: 0px; |
| 8 | | padding: 0; |
| 9 | | list-style: none; |
| 10 | | height: 2em; |
| 11 | | border-bottom: 1px solid #448abd; |
| 12 | | width: 100%; |
| 13 | | } |
| 14 | | |
| 15 | | #upload-menu li { margin: 0 0 0 .75em; } |
| 16 | | |
| 17 | | #upload-menu li div { |
| 18 | | padding: 5px; |
| 19 | | border-top: 3px solid #247fab; |
| 20 | | } |
| 21 | | |
| 22 | | #upload-menu li a { |
| 23 | | text-decoration: none; |
| 24 | | border-bottom: none; |
| 25 | | color: #fff; |
| 26 | | } |
| 27 | | |
| 28 | | #upload-menu li span a.page-numbers { color: #00019b; } |
| 29 | | |
| 30 | | #upload-menu .current div { |
| 31 | | background: #f9fcfe; |
| 32 | | border-right: 2px solid #448abd; |
| 33 | | color: #000; |
| 34 | | } |
| 35 | | |
| 36 | | #upload-menu .current div a, #upload-menu div:hover a { |
| 37 | | color: #000; |
| 38 | | } |
| 39 | | |
| 40 | | #upload-menu div:hover { |
| 41 | | background: #f9fcfe; |
| 42 | | color: #000; |
| 43 | | } |
| 44 | | |
| 45 | | #upload-content { |
| 46 | | position: relative; |
| 47 | | clear: both; |
| 48 | | margin: 0; |
| 49 | | padding: 0; |
| 50 | | border: none; |
| 51 | | width: 100%; |
| 52 | | height: 100%; |
| 53 | | background: none; |
| 54 | | } |
| 55 | | |
| 56 | | #upload-file { |
| 57 | | margin: 0 auto; |
| 58 | | top: 0; |
| 59 | | left: 0; |
| 60 | | width: 95%; |
| 61 | | height: 100%; |
| 62 | | background: #f9fcfe; |
| 63 | | } |
| 64 | | |
| 65 | | #uupload-file th { |
| 66 | | width: 8em; |
| 67 | | } |
| 68 | | |
| 69 | | form#upload-file input, form#upload-file textarea, div#upload-content.upload table { width: 100%; } |
| 70 | | |
| 71 | | form#upload-file .submit input { width: auto; } |
| 72 | | |
| 73 | | #upload-file-view { padding: 0 0 0 75px; } |
| 74 | | |
| 75 | | #file-title { |
| 76 | | margin: 0 0 .2em 75px; |
| 77 | | padding: 0; |
| 78 | | display: block; |
| 79 | | font-family: Georgia, "Times New Roman", Times, serif; |
| 80 | | font-size: 16px; |
| 81 | | } |
| 82 | | |
| 83 | | h2 { |
| 84 | | margin: 0 .2em 0 0; |
| 85 | | padding: 0; |
| 86 | | display: inline; |
| 87 | | border: none; |
| 88 | | color: #000; |
| 89 | | font-size: 1.4em; |
| 90 | | line-height: 1.4em; |
| 91 | | } |
| 92 | | |
| 93 | | .back { |
| 94 | | display: block; |
| 95 | | position: absolute; |
| 96 | | left: 14px; |
| 97 | | top: 10px; |
| 98 | | } |
| 99 | | |
| 100 | | #upload-files { |
| 101 | | list-style-type: none; |
| 102 | | margin: 0; |
| 103 | | padding: 15px 0 0; |
| 104 | | } |
| 105 | | |
| 106 | | #upload-files li { margin: 0 0 15px 15px; } |
| 107 | | |
| 108 | | #upload-files a, #upload-file-view a, a.file-link { |
| 109 | | border: none; |
| 110 | | text-decoration: none; |
| 111 | | } |
| 112 | | |
| 113 | | #upload-file-view a img { padding-bottom: .2em; border-bottom: 1px solid #6699CC; } |
| 114 | | |
| 115 | | #upload-files a.file-link { |
| 116 | | display: block; |
| 117 | | width: 130px; |
| 118 | | height: 128px; |
| 119 | | background-color: rgb(209, 226, 239); |
| 120 | | text-align: center; |
| 121 | | overflow: hidden; |
| 122 | | } |
| 123 | | |
| 124 | | #upload-files a.text { |
| 125 | | padding-top: 40px; |
| 126 | | height: 88px; |
| 127 | | font-size: 16px; |
| 128 | | } |
| 129 | | |
| 130 | | #upload-files a.file-link.image { |
| 131 | | line-height: 128px; |
| 132 | | font-size: 2px; |
| 133 | | letter-spacing: 0; |
| 134 | | } |
| 135 | | |
| 136 | | #upload-files a.file-link img { vertical-align: middle; } |
| 137 | | |
| 138 | | #the-attachment-links textarea { |
| 139 | | font-size: 10px; |
| 140 | | overflow: hidden; |
| 141 | | } |
| 142 | | |
| 143 | | form table { float: none; padding: 0 15px; } |
| 144 | | |
| 145 | | table { |
| 146 | | float: left; |
| 147 | | margin: 0; |
| 148 | | padding: 0; |
| 149 | | } |
| 150 | | |
| 151 | | th { text-align: right; vertical-align: text-top; } |
| 152 | | |
| 153 | | tr, td, th { |
| 154 | | margin-top: 0; |
| 155 | | padding-top: 0; |
| 156 | | } |
| 157 | | |
| 158 | | #uploadoptions th { |
| 159 | | width: 80px; |
| 160 | | } |
| 161 | | |
| 162 | | #uploadoptions p { |
| 163 | | margin: 0; |
| 164 | | padding: 0; |
| 165 | | } |
| 166 | | |
| 167 | | #uploadoptions td { |
| 168 | | padding-left: 1em; |
| 169 | | line-height: 140%; |
| 170 | | } |
| 171 | | |
| 172 | | #uploadoptions table { |
| 173 | | width: 300px; |
| 174 | | } |
| 175 | | |
| 176 | | input.readonly { background-color: #ddd; } |
| | 1 | body { background: #f9fcfe; } |
| | 2 | |
| | 3 | .upload-file-data { display: none; } |
| | 4 | |
| | 5 | #upload-menu { |
| | 6 | background: #247fab; |
| | 7 | margin: 0px; |
| | 8 | padding: 0; |
| | 9 | list-style: none; |
| | 10 | height: 2em; |
| | 11 | border-bottom: 1px solid #448abd; |
| | 12 | width: 100%; |
| | 13 | } |
| | 14 | |
| | 15 | #upload-menu li { margin: 0 0 0 .75em; } |
| | 16 | |
| | 17 | #upload-menu li div { |
| | 18 | padding: 5px; |
| | 19 | border-top: 3px solid #247fab; |
| | 20 | } |
| | 21 | |
| | 22 | #upload-menu li a { |
| | 23 | text-decoration: none; |
| | 24 | border-bottom: none; |
| | 25 | color: #fff; |
| | 26 | } |
| | 27 | |
| | 28 | #upload-menu li span a.page-numbers { color: #00019b; } |
| | 29 | |
| | 30 | #upload-menu .current div { |
| | 31 | background: #f9fcfe; |
| | 32 | border-right: 2px solid #448abd; |
| | 33 | color: #000; |
| | 34 | } |
| | 35 | |
| | 36 | #upload-menu .current div a, #upload-menu div:hover a { |
| | 37 | color: #000; |
| | 38 | } |
| | 39 | |
| | 40 | #upload-menu div:hover { |
| | 41 | background: #f9fcfe; |
| | 42 | color: #000; |
| | 43 | } |
| | 44 | |
| | 45 | #upload-content { |
| | 46 | position: relative; |
| | 47 | clear: both; |
| | 48 | margin: 0; |
| | 49 | padding: 0; |
| | 50 | border: none; |
| | 51 | width: 100%; |
| | 52 | height: 100%; |
| | 53 | background: none; |
| | 54 | } |
| | 55 | |
| | 56 | #upload-file { |
| | 57 | margin: 0 auto; |
| | 58 | top: 0; |
| | 59 | left: 0; |
| | 60 | width: 95%; |
| | 61 | height: 100%; |
| | 62 | background: #f9fcfe; |
| | 63 | } |
| | 64 | |
| | 65 | #uupload-file th { |
| | 66 | width: 8em; |
| | 67 | } |
| | 68 | |
| | 69 | form#upload-file input, form#upload-file textarea, div#upload-content.upload table { width: 100%; } |
| | 70 | |
| | 71 | form#upload-file .submit input { width: auto; } |
| | 72 | |
| | 73 | #upload-file-view { padding: 0 0 0 75px; } |
| | 74 | |
| | 75 | #file-title { |
| | 76 | margin: 0 0 .2em 75px; |
| | 77 | padding: 0; |
| | 78 | display: block; |
| | 79 | font-family: Georgia, "Times New Roman", Times, serif; |
| | 80 | font-size: 16px; |
| | 81 | } |
| | 82 | |
| | 83 | h2 { |
| | 84 | margin: 0 .2em 0 0; |
| | 85 | padding: 0; |
| | 86 | display: inline; |
| | 87 | border: none; |
| | 88 | color: #000; |
| | 89 | font-size: 1.4em; |
| | 90 | line-height: 1.4em; |
| | 91 | } |
| | 92 | |
| | 93 | .back { |
| | 94 | display: block; |
| | 95 | position: absolute; |
| | 96 | left: 14px; |
| | 97 | top: 10px; |
| | 98 | } |
| | 99 | |
| | 100 | #upload-files { |
| | 101 | list-style-type: none; |
| | 102 | margin: 0; |
| | 103 | padding: 15px 0 0; |
| | 104 | } |
| | 105 | |
| | 106 | #upload-files li { margin: 0 0 15px 15px; } |
| | 107 | |
| | 108 | #upload-files a, #upload-file-view a, a.file-link { |
| | 109 | border: none; |
| | 110 | text-decoration: none; |
| | 111 | } |
| | 112 | |
| | 113 | #upload-file-view a img { padding-bottom: .2em; border-bottom: 1px solid #6699CC; } |
| | 114 | |
| | 115 | #upload-files a.file-link { |
| | 116 | display: block; |
| | 117 | width: 130px; |
| | 118 | height: 128px; |
| | 119 | background-color: rgb(209, 226, 239); |
| | 120 | text-align: center; |
| | 121 | overflow: hidden; |
| | 122 | } |
| | 123 | |
| | 124 | #upload-files a.text { |
| | 125 | padding-top: 40px; |
| | 126 | height: 88px; |
| | 127 | font-size: 16px; |
| | 128 | } |
| | 129 | |
| | 130 | #upload-files a.file-link.image { |
| | 131 | font-size: 2px; |
| | 132 | letter-spacing: 0; |
| | 133 | } |
| | 134 | |
| | 135 | #upload-files a.file-link img { vertical-align: middle; } |
| | 136 | |
| | 137 | #the-attachment-links textarea { |
| | 138 | font-size: 10px; |
| | 139 | overflow: hidden; |
| | 140 | } |
| | 141 | |
| | 142 | form table { float: none; padding: 0 15px; } |
| | 143 | |
| | 144 | table { |
| | 145 | float: left; |
| | 146 | margin: 0; |
| | 147 | padding: 0; |
| | 148 | } |
| | 149 | |
| | 150 | th { text-align: right; vertical-align: text-top; } |
| | 151 | |
| | 152 | tr, td, th { |
| | 153 | margin-top: 0; |
| | 154 | padding-top: 0; |
| | 155 | } |
| | 156 | |
| | 157 | #uploadoptions th { |
| | 158 | width: 80px; |
| | 159 | } |
| | 160 | |
| | 161 | #uploadoptions p { |
| | 162 | margin: 0; |
| | 163 | padding: 0; |
| | 164 | } |
| | 165 | |
| | 166 | #uploadoptions td { |
| | 167 | padding-left: 1em; |
| | 168 | line-height: 140%; |
| | 169 | } |
| | 170 | |
| | 171 | #uploadoptions table { |
| | 172 | width: 300px; |
| | 173 | } |
| | 174 | |
| | 175 | input.readonly { background-color: #ddd; } |