slitaz-dev-tools diff tazwikiss/rootfs/var/www/wiki/style.css @ rev 301

tazwikiss: replaced blank in curdate() in index.sh by T to display filenames properly in history
author Hans-G?nter Theisgen
date Fri Apr 28 14:08:02 2017 +0100 (2017-04-28)
parents add86f2168cd
children
line diff
     1.1 --- a/tazwikiss/rootfs/var/www/wiki/style.css	Thu Feb 24 07:41:33 2011 +0000
     1.2 +++ b/tazwikiss/rootfs/var/www/wiki/style.css	Fri Apr 28 14:08:02 2017 +0100
     1.3 @@ -1,172 +1,136 @@
     1.4 +/* CSS style for TazWikiss */
     1.5 +
     1.6 +body { font: 13px sans-serif, vernada, arial; margin: 0; }
     1.7 +code { font-size: 12px; }
     1.8 +img { border: 0px; }
     1.9 +a { color: #333C4D; }
    1.10 +a.pending { color: #7F4736; }
    1.11 +a.url { color: #808080; }
    1.12 +a:hover { color: #57A2D4; }
    1.13 +pre { 
    1.14 +	border: 1px dotted #ddd;
    1.15 +	padding: 4px;
    1.16 +	width: 640px;
    1.17 +	overflow: auto;
    1.18 +}
    1.19 +
    1.20  /* Plugin wkp_Tables */
    1.21  table.wikitable {
    1.22 -  border-collapse: collapse;
    1.23 -  border: 1px solid #ccc;
    1.24 +	border-collapse: collapse;
    1.25 +	border: 1px solid #ddd;
    1.26  }
    1.27  
    1.28  table.wikitable td {
    1.29 -  border: 1px solid #ccc;
    1.30 -  text-align: center;
    1.31 -  vertical-align: middle;
    1.32 -  padding: 2px;
    1.33 +	border: 1px solid #ddd;
    1.34 +	text-align: center;
    1.35 +	vertical-align: middle;
    1.36 +	padding: 2px;
    1.37  }
    1.38  
    1.39  table.wikitable td.em {
    1.40 -  background: #ccc;
    1.41 -  font-weight: bold;
    1.42 +	background: #ccc;
    1.43 +	font-weight: bold;
    1.44  } 
    1.45  
    1.46  /* Table Of Content */
    1.47  #toc {
    1.48 -     border: 1px dashed #11141A;
    1.49 -     float:right;
    1.50 -     padding-right: 2em;
    1.51 +	border: 1px dashed #11141A;
    1.52 +	float:right;
    1.53 +	padding-right: 2em;
    1.54  }
    1.55  #toc h1 {
    1.56 -     font-size: 10px;
    1.57 -     padding-left: .5em;
    1.58 +	font-size: 10px;
    1.59 +	padding-left: .5em;
    1.60  }
    1.61  #toc h2 {
    1.62 -     font-size: 9px;
    1.63 -     padding-left: 1.5em;
    1.64 +	font-size: 9px;
    1.65 +	padding-left: 1.5em;
    1.66  }
    1.67  #toc h3 {
    1.68 -     font-size: 8px;
    1.69 -     padding-left: 2em;
    1.70 +	font-size: 8px;
    1.71 +	padding-left: 2em;
    1.72  }
    1.73  #toc h4 {
    1.74 -     font-size: 7px;
    1.75 -     padding-left: 2.5em;
    1.76 +	font-size: 7px;
    1.77 +	padding-left: 2.5em;
    1.78  }
    1.79  #toc h5 {
    1.80 -     font-size: 6px;
    1.81 -     padding-left: 3em;
    1.82 -}
    1.83 -
    1.84 -img {
    1.85 -border: 0px
    1.86 -}
    1.87 -
    1.88 -body {
    1.89 -background-color: #828A99;
    1.90 -font-family: Trebuchet, "Trebuchet MS", sans-serif;
    1.91 -font-size: 14px;
    1.92 -line-height: 16px;
    1.93 -}
    1.94 -
    1.95 -pre
    1.96 -{ 
    1.97 -border: 1px dotted #ccc;
    1.98 -padding: 4px;
    1.99 -width: 640px;
   1.100 -overflow: auto;
   1.101 -}
   1.102 -
   1.103 -code
   1.104 -{
   1.105 -font-family: "Courier New", monospace;
   1.106 -font-size: 12px;
   1.107 -}
   1.108 -
   1.109 -a {
   1.110 -color: #333C4D;
   1.111 -}
   1.112 -
   1.113 -a.pending {
   1.114 -color: #7F4736;
   1.115 -}
   1.116 -
   1.117 -a.url {
   1.118 -color: #808080;
   1.119 -}
   1.120 -
   1.121 -a:hover {
   1.122 -color: #57A2D4;
   1.123 -background: inherit;
   1.124 +	font-size: 6px;
   1.125 +	padding-left: 3em;
   1.126  }
   1.127  
   1.128  .category {
   1.129 -  color: #999;
   1.130 -  background: inherit;
   1.131 +	color: #999;
   1.132 +	background: inherit;
   1.133  }
   1.134  
   1.135 -th
   1.136 -{
   1.137 -padding-left: 1em;
   1.138 -background: #333C4D;
   1.139 -color: white;
   1.140 -text-align: left;
   1.141 -border-bottom: 1px dashed #11141A;
   1.142 +th {
   1.143 +	text-align: left;
   1.144 +	background: #351a0a;
   1.145 +	height: 40px;
   1.146 +	border-bottom: 4px solid #d66018;
   1.147  }
   1.148  
   1.149  th h1 {
   1.150 -font-family: "Futura Condensed", Futura, sans-serif !important;
   1.151 -font-weight: bolder;
   1.152 -padding-top: 10px;
   1.153 -padding-bottom: 4px;
   1.154 -margin-top: 0;
   1.155 -margin-bottom: 0;
   1.156 -}
   1.157 -
   1.158 -h1, h2, h3, h4, h5, h6 {
   1.159 -font-family: "Futura Condensed", Futura, sans-serif !important;
   1.160 +	margin: 0; padding: 8px; color: #fff; font-size: 20px;
   1.161  }
   1.162  
   1.163  th a {
   1.164 -text-decoration: none;
   1.165 -color: white !important;
   1.166 +	text-decoration: none;
   1.167 +	color: white !important;
   1.168  }
   1.169  
   1.170  th p {
   1.171 -font-size: 80%;
   1.172 -margin-top: 0;
   1.173 -margin-bottom: 0;
   1.174 -padding-left: 2em;
   1.175 +	position: absolute;
   1.176 +	top: 2px;
   1.177 +	right: 2px;
   1.178 +	font-size: 80%;
   1.179 +	margin: 0;
   1.180 +	color: white !important;
   1.181  }
   1.182  
   1.183  #mainTable {
   1.184 -border: 1px solid #11141A;
   1.185 +	border-bottom: 1px solid #ddd;
   1.186  }
   1.187  
   1.188  .pageLinks {
   1.189 -padding-left: 1em;
   1.190 -padding-right: 1em;
   1.191 -font-size: 80%;
   1.192 -margin-top: 0;
   1.193 -margin-bottom: 0;
   1.194 -background-color: #eee;
   1.195 -color: #666;
   1.196 +	padding-left: 1em;
   1.197 +	padding-right: 1em;
   1.198 +	font-size: 80%;
   1.199 +	margin-top: 0;
   1.200 +	margin-bottom: 0;
   1.201 +	background-color: #eee;
   1.202 +	color: #666;
   1.203  }
   1.204  .pageLinks a {
   1.205 -font-weight: bold;
   1.206 -text-decoration: none;
   1.207 +	font-weight: bold;
   1.208 +	text-decoration: none;
   1.209  }
   1.210  
   1.211  #headerLinks td {
   1.212 -border-bottom: 1px dashed #ccc !important;
   1.213 +	border-bottom: 1px dashed #ccc !important;
   1.214  }
   1.215  
   1.216  #footerLinks td {
   1.217 -border-top: 1px dashed #ccc !important;
   1.218 +	border-top: 1px dashed #ccc !important;
   1.219  }
   1.220  
   1.221  #mainContent {
   1.222 -font-size: 90%;
   1.223 -padding: 1em;
   1.224 -background-color: white;
   1.225 +	font-size: 90%;
   1.226 +	padding: 1em;
   1.227 +	background-color: white;
   1.228  }
   1.229  
   1.230  #mainContent h2:first-child {
   1.231 -margin-top: 0px;
   1.232 +	margin-top: 0px;
   1.233  }
   1.234  
   1.235 -
   1.236  .error {
   1.237 -color: #F25A5A;
   1.238 -font-size: 80%;
   1.239 -font-weight: bold;
   1.240 +	color: #F25A5A;
   1.241 +	font-size: 80%;
   1.242 +	font-weight: bold;
   1.243  }
   1.244  
   1.245  form {
   1.246 -display: inline
   1.247 +	display: inline
   1.248  }