Wiki Ubuntu-it

Indice
Partecipa
FAQ
Wiki Blog
------------------
Ubuntu-it.org
Forum
Chiedi
Chat
Cerca
Planet
  • Pagina non alterabile
  • Informazioni
  • Allegati
  • attachment:ubuntu-book.css di InterGruppi/NuoviRilasci

Allegato "ubuntu-book.css"

Scarica

   1 html, body {
   2 /* Marrone */
   3 	background-color: #D3CAAA;
   4 /* Prugna */
   5 /*	background-color: #8f5f4a;*/
   6 }
   7 
   8 body {
   9 	color:#333333;
  10 	font-size:0.75em;
  11 	line-height:1.25em;
  12 	min-height:770px;
  13 	min-width: 1000px;
  14 	background-repeat: repeat-x;
  15 	padding: 0;
  16 	margin: 0;
  17 	background-image: url('img/body.png');
  18 	font-family: 'bitstream vera sans','dejavu sans',verdana,sans-serif;
  19 }
  20 
  21 img {
  22 	border:medium none;
  23 }
  24 
  25 /* PAGE BORDER */
  26 
  27 #page-border-left-repeat {
  28 	margin: 0 4%;
  29 	padding: 0 0 0 14px;
  30 	position: relative;
  31 	background-color: #fff;
  32 	background-repeat: repeat-y;
  33 	background-position: left;
  34 	background-image: url('img/page-border-left-repeat.png');
  35 	padding:0 0 0 20px;
  36 }
  37 
  38 #page-border-right-repeat{
  39 	margin: 0; 
  40 	padding: 0 13px 0 0;
  41 	min-height: 770px;
  42 	position: relative;
  43 	background-color: #fff;
  44 	background-repeat: repeat-y;
  45 	background-position: right;
  46 	background-image: url('img/page-border-right-repeat.png');
  47 }
  48 
  49 #page-border-top-repeat {
  50 	background-repeat: repeat-x;
  51 	background-position: top;
  52 	height: 95px;
  53 	padding-top:25px;
  54 	margin-left: -7px;
  55 	margin-right:-9px;
  56 	background-image: url('img/page-border-top-repeat.png');
  57 }
  58 
  59 #page-border-right-top {
  60 	position: absolute;
  61 	top: 0;
  62 	right: 0;
  63 	width: 28px;
  64 	height: 770px;
  65 	background-repeat: no-repeat;
  66 	background-position: top right;
  67 	z-index: 6;
  68 	background-image: url('img/page-border-right-top.png');
  69 }
  70 
  71 #page-border-left-top {
  72 	position: absolute;
  73 	top: 0;
  74 	left: 0;
  75 	width: 28px;
  76 	height: 770px;
  77 	background-repeat: no-repeat;
  78 	background-position: top left;
  79 	z-index: 6;
  80 	background-image: url('img/page-border-left-top.png');
  81 }
  82 
  83 #page-border-left-bottom {
  84 	width: 28px;
  85 	height: 30px;
  86 	position: absolute;
  87 	bottom: 0;
  88 	left: 0;
  89 	z-index: 7;
  90 	background-image: url('img/page-border-left-bottom.png');
  91 }
  92 
  93 #page-border-right-bottom {
  94 	width: 28px;
  95 	height: 30px;
  96 	position: absolute;
  97 	bottom: 0;
  98 	right: 0;
  99 	z-index: 7;
 100 	background-image: url('img/page-border-right-bottom.png');
 101 }
 102 
 103 #page-border-bottom-repeat {
 104 	margin-top:0px;
 105 	background-repeat: repeat-x;
 106 	background-position: bottom left;
 107 	padding: 0 0 0 0;
 108 	text-align: center;
 109 	background-image: url('img/page-border-bottom-repeat.png');
 110 }
 111 
 112 .browser-error {
 113 	color:#FF0000;
 114 	font-weight:bold;
 115 	padding-top:15px;
 116 	text-align:center;
 117 	width:100%;
 118 }
 119 
 120 
 121 .clear {
 122 	clear:both
 123 }
 124 
 125 /* START HEADER */
 126 
 127 #header {
 128 	position:relative;
 129 	border-style: solid;
 130 	border-width: 0;
 131 	height: 100px;
 132 	background: url('img/logo.png') no-repeat transparent 10px 5px;
 133 	padding: 5px 18px 0 0;
 134 	margin:0 5px;
 135 }
 136 
 137 .header-distro-minori {
 138 	text-align:right;
 139 }
 140 
 141 .header-distro-minori img {
 142 	border: 0;
 143 	margin-right:5px;
 144 	margin-top:-3px;
 145 }
 146 
 147 /* PULSANTE */
 148 
 149 #header-navigation {
 150 	float:right;
 151 	margin-left:4px;
 152 }
 153 #header-navigation ul {
 154 	list-style-image:none;
 155 	list-style-position:outside;
 156 	list-style-type:none;
 157 	margin:0;
 158 	padding:0;
 159 }
 160 #header-navigation li {
 161 	border-right:1px solid #E0E0E0;
 162 	display:inline;
 163 	padding:0 5px;
 164 }
 165 #header-navigation li a {
 166 	color:#0B2A4C;
 167 	text-decoration:none;
 168 }
 169 #header-navigation li a:hover {
 170 	color:#2F5F93;
 171 }
 172 #header-navigation li:last-child {
 173 	border:medium none;
 174 }
 175 
 176 /*END HEADER*/
 177 
 178 #bodyarea {
 179 	padding: 1ex 18px 2ex 10px;
 180 	min-height: 580px;
 181 	margin:0 5px;
 182 }
 183 
 184 
 185 #copyright {
 186 	color:#666666;
 187 	font-size:80%;
 188 	text-align:center;
 189 	padding:2.6em;
 190 }
 191 
 192 /* URL */
 193 
 194 a {
 195 	color:#F2582D;
 196 	text-decoration:none;
 197 }
 198 
 199 a:visited {
 200 	color:#BD0901;
 201 }
 202 
 203 a:hover {
 204 	text-decoration:underline;
 205 }
 206 
 207 
 208 /* HEADINGS */
 209 
 210 h1, h2, h3, h4, h5, h6 {
 211 	font-weight:normal;
 212 	line-height:1.2em;
 213 	margin:1.5em 0 0;
 214 	padding:2px 0;
 215 	text-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
 216 }
 217 
 218 h2 {
 219 	font-size:1.8em;
 220 }
 221 
 222 h3 {
 223 	font-size:1.6em;
 224 }
 225 h4 {
 226 	font-size:1.3em;
 227 }
 228 h5 {
 229 	font-size:1.1em;
 230 }
 231 h6 {
 232 	font-size:1em;
 233 }
 234 
 235 h2.title {
 236 /*	color: #F2582D;*/
 237 /*	font-weight:bold;*/
 238 /*	text-shadow:0 1px 3px rgba(0, 0, 0, 0.15);*/
 239 	border-bottom: 1px solid #ececec;
 240 	text-decoration:none;
 241 
 242 }
 243 
 244 
 245 
 246 /* Table */
 247 
 248 table {
 249 	border-collapse:collapse;
 250 }
 251 
 252 td {
 253 	border:1pt solid #CCCCCC;
 254 	padding:0.25em;
 255 }
 256 
 257 
 258 /*Pre */
 259 
 260 pre {
 261 	background-color:#F7F7F7;
 262 	border:1px dashed #AAAAAA;
 263 	color:#111111;
 264 	font-family:courier,monospace;
 265 	padding:4pt;
 266 	white-space:pre-wrap;
 267 	word-wrap:break-word;
 268 }
 269 
 270 /* hr */
 271 hr {
 272 	background-color:#ECECEC;
 273 	border:0 none;
 274 	height:1pt;
 275 }
 276 
 277 
 278 /* Input */
 279 /*input, textarea {*/
 280 /*	-moz-border-radius:3px;*/
 281 /*	-webkit-border-radius:3px;*/
 282 /*	border:1px solid #AAAAAA;*/
 283 /*	color:#222222;*/
 284 /*	margin:5px;*/
 285 /*	padding:1px;*/
 286 /*}*/
 287 
 288 
 289 /*input:hover {*/
 290 /*	background:#FFFFFF none repeat scroll 0 0;*/
 291 /*	color:#0B2A4C;*/
 292 /*	cursor: pointer;*/
 293 /*}*/
 294 
 295 /*textarea, input[type="text"], input[type="password"] {*/
 296 /*	cursor:text;*/
 297 /*	font-family:Lucida Typewriter,courier,monospace;*/
 298 /*	font-size:1em;*/
 299 /*}*/
 300 
 301 
 302 
 303 /* Indici e menu */
 304 /*.toc {*/
 305 /*	-webkit-border-radius:4px;*/
 306 /*	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);*/
 307 /*	-moz-border-radius:4px;*/
 308 /*	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);*/
 309 /*	background:#F0F0F0 none repeat scroll 0 0;*/
 310 /*	float:right;*/
 311 /*	font-size:0.9em;*/
 312 /*	margin:0;*/
 313 /*	padding:10px;*/
 314 /*	width:30%;*/
 315 /*}*/
 316 
 317 /*.toc a {*/
 318 /*	color: #666;*/
 319 /*}*/
 320 
 321 
 322 
 323 
 324 /* DOC styles */
 325 
 326 #cse-search-box {
 327 	float:right;
 328 	font-size:13px;
 329 	margin:35px 10px;
 330 	padding:0;
 331 	position:absolute;
 332 	right:10px;
 333 	white-space:nowrap;
 334 }
 335 
 336 div.toc dt { 
 337   margin-top: 2px; 
 338 }
 339 
 340 div.toc {
 341   padding-left: 1em;
 342   padding-right: 1em;
 343 }
 344 
 345 .toc a {
 346 	color: #666;
 347 }
 348 
 349 /*.toc a:after {*/
 350 /*	content: ' →';*/
 351 /*}*/
 352 
 353 .breadcrumbs {
 354 	padding-bottom: 15px;
 355 }
 356 
 357 ul {
 358 	margin-left: 5px;
 359 }
 360 
 361 .orderedlist {
 362 	margin-left: 10px;
 363 }
 364 
 365 .titlepage {
 366   padding-right: 1em;
 367 }
 368 
 369 .section {
 370 
 371 }
 372 
 373 a img{
 374   border: none;
 375 }
 376 
 377 dl { 
 378   margin-top: 0em; 
 379   margin-bottom: 0.5em; 
 380 }
 381 
 382 dt { 
 383   margin-top: 1em; 
 384 }
 385 
 386 div.qandaset {
 387 	margin-left: 1em;
 388 }
 389 
 390 .guimenu, .guimenuitem, .guisubmenu {
 391 	font-style:italic;
 392 	font-weight:bold;
 393 }
 394 
 395 .guilabel, .guibutton { 
 396 }
 397 
 398 .question { 
 399   font-weight: bold; 
 400 }
 401 
 402 /* accelerator keys in menus */
 403 .accel { 
 404   text-decoration: underline;
 405 }
 406 
 407 
 408 .revhistory { font-size: 0.9em; }
 409 
 410 #ubuntulinks {
 411 	text-align: center;
 412 }
 413 
 414 th {
 415   border: 1px solid #ccc;
 416 }
 417 
 418 
 419 .caution table, .note table, .tip table, .important table, .warning table, .navfooter table, 
 420 .caution td, .note td, .tip td, .important td, .warning td, .navfooter td, 
 421 .caution tr, .note tr, .tip tr, .important tr, .warning tr, .navfooter tr, 
 422 .caution th, .note th, .tip th, .important th, .warning th, .navfooter th {
 423 	border:none;
 424 }
 425 
 426 
 427 hr {
 428 	display:none;
 429 }
 430 
 431 pre span {
 432   padding: 0pt;
 433 }
 434 
 435 .navfooter {
 436 	border-top: 1px solid #ececec;
 437 }
 438 
 439 td {
 440   vertical-align: inherit;
 441 }
 442 
 443 code {
 444   font-size: 120%;
 445 }

Allegati

Per riferirsi agli allegati di una pagina, usare attachment:NOME_FILE, come mostrato qui sotto nell'elenco degli allegati. NON usare l'URL che si trova in corrispondenza del collegamento [scarica], potrebbe cambiare in futuro.
  • [scarica | mostra] (17/11/2010 14.45.48, 3.0 KB) [[attachment:index.xml]]
  • [scarica | mostra] (17/11/2010 14.37.56, 7.7 KB) [[attachment:logo.png]]
  • [scarica | mostra] (17/11/2010 14.28.43, 5.2 KB) [[attachment:ubuntu-banner.xsl]]
  • [scarica | mostra] (17/11/2010 14.35.15, 6.4 KB) [[attachment:ubuntu-book.css]]
 All files | Selected Files: delete move to page copy to page

Non è consentito inserire allegati su questa pagina.