You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

small.php 6.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438
  1. <?php
  2. header('Content-Type: text/css');
  3. require_once('../inc/lib_base.php');
  4. ?>
  5. /* css used for devices with small screen such as smartphones */
  6. html,body {
  7. background-color: #F9F9F9;
  8. margin:0px;
  9. height:100%;
  10. width:100%;
  11. position:absolute;
  12. }
  13. #mainlayout{
  14. width:100%;
  15. height:100%;
  16. }
  17. #mainlayout>div{
  18. position:absolute;
  19. width:100%;
  20. left:0px;
  21. }
  22. #mainlayout>.head{
  23. height:24px;
  24. top:0px;
  25. }
  26. #mainlayout>.body{
  27. vertical-align:top;
  28. top:24px;
  29. bottom:24px;
  30. overflow:auto;
  31. }
  32. #mainlayout>.foot{
  33. height:24px;
  34. bottom:0px;
  35. }
  36. #mainlayout>.foot>.bar{
  37. background-color:#EEE;
  38. position:absolute;
  39. top:0px;
  40. height:24px;
  41. width:100%;
  42. }
  43. body.error {background-color: #F0F0F0;}
  44. td.error{color:#FF0000; text-align:center}
  45. body,th,td,ul,li,a,div,p,pre {color:#333333; font-family:Verdana,"Bitstream Vera Sans",Arial,Helvetica,Sans,"Bitstream Vera Serif"; font-size:9.0pt;}
  46. a img {
  47. border:none;
  48. }
  49. h1 {
  50. margin-bottom:1.5em;
  51. }
  52. .center {
  53. text-align:center;
  54. }
  55. .center * {
  56. margin-left:auto;
  57. margin-right:auto;
  58. }
  59. td {
  60. text-align:left;
  61. }
  62. div#nav {
  63. width:100%;
  64. background-color: #EEEEEE;
  65. padding:0px;
  66. margin:0px;
  67. position:absolute;
  68. bottom:0px;
  69. }
  70. a#owncloud-logo {
  71. margin-left:auto;
  72. margin-right:auto;
  73. display:block;
  74. width:200px;
  75. height:99px;
  76. background: transparent url(<?php if(isset($WEBROOT)) echo($WEBROOT); ?>/img/owncloud-logo-small.png) no-repeat scroll 0 0;
  77. }
  78. a#owncloud-logo span {
  79. display:none;
  80. }
  81. td.nametext{
  82. white-space:nowrap;
  83. /*overflow:hidden;*/
  84. text-overflow: ellipsis;
  85. }
  86. td.nametext>img{
  87. float:left;
  88. display:box;
  89. }
  90. td.nametext>a{
  91. display:block;
  92. max-width:95%;
  93. float:left;
  94. overflow:hidden;
  95. text-overflow: ellipsis;
  96. }
  97. .nametext a, .breadcrumb a{color:#333333; font-size:8pt; font-weight:bold; text-decoration:none;}
  98. .errortext {color:#CC3333; font-size:9pt; font-weight:bold; text-decoration:none;}
  99. .highlighttext {color:#333333; font-size:9pt; font-weight:bold; text-decoration:none;}
  100. .datetext {color:#333333; font-size:7pt;}
  101. .sizetext{
  102. color:#333333;
  103. font-size:7pt;
  104. }
  105. .footer {color:#999999; text-align:center; font-size:9pt; margin-top:4px;}
  106. .footer a {color:#999999; text-decoration:none;}
  107. .hint {color:#AAAAAA; text-align:center; font-size:8pt; margin-top:10px;}
  108. .hint a{color:#AAAAAA; text-align:center; font-size:8pt;}
  109. .formstyle {
  110. font-weight:normal;
  111. font-size: 8.0pt;
  112. color: #555555;
  113. background-color: #FFFFFF;
  114. border: 1px solid #DDDDDD;
  115. padding:0px;
  116. margin:0px;
  117. }
  118. .loginform {
  119. background-color: #EEEEEE;
  120. }
  121. .browser {
  122. width:100%;
  123. table-layout:fixed;
  124. background-color: #EEEEEE;
  125. }
  126. .browserline {
  127. background-color: #EEEEEE;
  128. }
  129. .browserline:hover {
  130. background-color: #DDDDDD;
  131. }
  132. .navigationitem1 {
  133. background-color: #EEEEEE;
  134. color:#555555;
  135. font-size:9pt;
  136. font-weight:bold;
  137. }
  138. .navigationitem1 a{
  139. text-decoration:none;
  140. }
  141. .navigationitem1 img {
  142. border:none;
  143. }
  144. .navigationitem1:hover {
  145. background-color: #EEEEEE;
  146. }
  147. .navigationitem {
  148. background-color: #EEEEEE;
  149. }
  150. .navigationitem:hover {
  151. background-color: #DDDDDD;
  152. }
  153. .navigationselected td {
  154. background-color: #DDDDDD;
  155. }
  156. .navigationitem a {
  157. text-decoration:none;
  158. color: #333333;
  159. font-size: 8.0pt;
  160. }
  161. .navigationitemselected a {
  162. text-decoration:none;
  163. color: #333333;
  164. font-size: 8.0pt;
  165. font-weight:bold;
  166. }
  167. .hidden{
  168. height:0px;
  169. width:0px;
  170. margin:0px;
  171. padding:0px;
  172. border:0px;
  173. position:absolute;
  174. top:0px;
  175. left:0px;
  176. overflow:hidden;
  177. /*do not use display:none here, it breaks iframes in some browsers*/
  178. }
  179. div.OCNotification{
  180. background:#0c285a;
  181. color:white;
  182. border:white solid 1px;
  183. padding:1px;
  184. margin:4px;
  185. min-width:200px;
  186. }
  187. div.OCNotificationHolder{
  188. right:20px;
  189. bottom:0px;
  190. position:fixed;
  191. color:white;
  192. }
  193. td img.file_actions{
  194. cursor:pointer;
  195. height:0px;
  196. width:9px;
  197. }
  198. td.nametext:hover img.file_actions{
  199. height:auto;
  200. }
  201. div.breadcrumb{
  202. background-color: #F0F0F0;
  203. }
  204. div.fileactionlist{
  205. z-index:50;
  206. position:absolute;
  207. background-color: #DDDDDD;
  208. margin-top:5px;
  209. border:1px black solid;
  210. }
  211. div.fileactionlist td{
  212. cursor:pointer;
  213. }
  214. div.fileactionlist td:hover{
  215. background-color: #CCCCCC;
  216. }
  217. tr.breadcrumb{
  218. background-color: #CCCCCC;
  219. }
  220. #content, div.browser{
  221. vertical-align:top;
  222. /*min-height:200px;*/
  223. height:100%;
  224. }
  225. table.browser{
  226. border: solid 3px #CCC;
  227. height:100%;
  228. border-spacing:0px;
  229. }
  230. table.browser thead, table.browser tfoot{
  231. background-color:#CCC;
  232. width:100%;
  233. }
  234. td.sizetext{
  235. width:70px;
  236. float:right;
  237. text-align:right;
  238. }
  239. input.fileSelector{
  240. margin-right:17px;
  241. float:left;
  242. }
  243. td.fileSelector, td.fileicon{
  244. width:20px;
  245. }
  246. span.upload{
  247. float:right;
  248. text-align:right;
  249. margin:0px;
  250. padding:0px;
  251. }
  252. table.browser>tbody{
  253. vertical-align:top;
  254. }
  255. table.browser>tbody>tr>td, table.browser>tbody>tr{
  256. padding:0px;
  257. /*height:100%;*/
  258. }
  259. div.fileList{
  260. width:100%;
  261. position:relative;
  262. overflow:hidden;
  263. vertical-align:top;
  264. height:100%;
  265. min-height:150px;
  266. top:0px;
  267. }
  268. div.fileactionlist table{
  269. table-layout:auto !important;
  270. }
  271. div.fileList table{
  272. width:100%;
  273. table-layout:fixed;
  274. vertical-align:top;
  275. }
  276. table.browser thead td,table.browser tfoot td{
  277. padding-left:6px;
  278. padding-top:0px;
  279. padding-bottom:0px;
  280. }
  281. #imageframe{
  282. position:absolute;
  283. top:0px;
  284. left:0px;
  285. height:100%;
  286. width:100%;
  287. background:rgb(20,20,20);
  288. background:rgba(20,20,20,0.9);
  289. text-align:center;
  290. }
  291. #imageframe img{
  292. vertical-align:middle;
  293. max-height:90%;
  294. max-width:90%;
  295. margin:10px;
  296. border: black solid 3px;
  297. }
  298. tr.hint, tr.hint td{
  299. background:transparent;
  300. }
  301. #debug{
  302. position:fixed;
  303. bottom:20px;
  304. left:20px;
  305. border:solid 1px black;
  306. }
  307. .dragClone{
  308. position:absolute;
  309. }
  310. div.breadcrumb{
  311. float:left;
  312. background:transparent;
  313. }
  314. div.moreActionsButton>p{
  315. padding:0px;
  316. margin:0px;
  317. width:100%;
  318. height:100%;
  319. }
  320. div.moreActionsButton{
  321. background-color:white;
  322. display:inline;
  323. border:1px solid black;
  324. cursor:pointer;
  325. padding-right:10px;
  326. text-align:right;
  327. width:90px;
  328. height:19px;
  329. float:right;
  330. margin-top:2px !important;
  331. right:2px;
  332. position:absolute;
  333. background:#DDD url(<?php if(isset($WEBROOT)) echo($WEBROOT); ?>/img/arrow_up.png) no-repeat scroll center right;
  334. }
  335. td.moreActionsButtonClicked{
  336. background:#DDD url(<?php if(isset($WEBROOT)) echo($WEBROOT); ?>/img/arrow_down.png) no-repeat scroll center right !important
  337. }
  338. tr.utilityline{
  339. height:24px;
  340. }
  341. td.actionsSelected{
  342. <!-- position:absolute; -->
  343. <!-- width:790px; -->
  344. }
  345. div.moreActionsList{
  346. background:#EEE;
  347. position:absolute;
  348. bottom:19px;
  349. right:-2px;
  350. border:1px solid black;
  351. text-align:right;
  352. float:right;
  353. }
  354. div.moreActionsList input{
  355. <!-- float:right; -->
  356. }
  357. div.moreActionsList>table{
  358. width:100%;
  359. }
  360. div.moreActionsList td{
  361. width:300px;
  362. text-align:right;
  363. padding-top:3px !important;
  364. padding-bottom:3px !important;
  365. }
  366. div.moreActionsList tr:hover{
  367. background-color:#DDD;
  368. }