mirror of
https://github.com/jimeh/dlist.git
synced 2026-02-19 07:56:41 +00:00
dList v2.2.3 beta
- started keeping track of version numbers properly - added finnish translation - edited multiple things in simple template - added file/folder hiding by the use of regular expressions - updated most main parts of dlist git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@19 a5845835-ea0f-0410-a762-dd0bfe9bfde8
This commit is contained in:
7
templates/simple/stylesheets/css.php
Normal file
7
templates/simple/stylesheets/css.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
header('Content-type: text/css;');
|
||||
$dir = ( empty($dir) && !empty($_REQUEST['dir']) ) ? $_REQUEST['dir'] : '' ;
|
||||
if ( !empty($_REQUEST['src']) && preg_match("/\.css$/", $_REQUEST['src']) ) include($_REQUEST['src']);
|
||||
|
||||
?>
|
||||
@@ -1,4 +1,3 @@
|
||||
<?php header('Content-type: text/css;'); ( empty($dir) && !empty($_REQUEST['dir']) ) ? $dir = $_REQUEST['dir'] : $dir = '' ; ?>
|
||||
BODY {
|
||||
background-color: #FFF;
|
||||
color: #000;
|
||||
@@ -7,6 +6,10 @@ BODY {
|
||||
padding: 18px;
|
||||
}
|
||||
|
||||
IMG {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
#header {
|
||||
font: 20px "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
|
||||
padding: 15px 15px 30px 30px;
|
||||
@@ -19,10 +22,22 @@ BODY {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#stats {
|
||||
color: #BBB;
|
||||
padding: 3px;
|
||||
/* font-style: italic;*/
|
||||
font-size: 9px;
|
||||
text-align: right;
|
||||
position: absolute;
|
||||
top: 97px;
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
#files {
|
||||
|
||||
}
|
||||
/* <?=$dir?> */
|
||||
|
||||
|
||||
/* Details View (#list) */
|
||||
#list {
|
||||
background-color: #DDD;
|
||||
@@ -118,7 +133,7 @@ BODY {
|
||||
#icons LI {
|
||||
display: block;
|
||||
float: left;
|
||||
margin: 12px 12px 12px 12px;
|
||||
margin: 8px;
|
||||
width: 140px;
|
||||
height: 100px;
|
||||
text-align: center;
|
||||
@@ -174,10 +189,6 @@ BODY {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#stats {
|
||||
|
||||
}
|
||||
|
||||
#server-info {
|
||||
color: #999;
|
||||
padding: 3px;
|
||||
@@ -213,6 +224,3 @@ BODY {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user