Changeset 8065 for trunk/src/templates/layout-textual.xml
- Timestamp:
- 06/15/05 09:01:09 (3 years ago)
- Files:
-
- trunk/src/templates/layout-textual.xml (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/templates/layout-textual.xml
r7978 r8065 8 8 <owner></owner> 9 9 </style> 10 <element id="4078721078f1651ebf3a64c0d7bd9c38" changed="20050 525220607">10 <element id="4078721078f1651ebf3a64c0d7bd9c38" changed="20050615081830"> 11 11 <value><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 12 12 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> … … 79 79 <h4></h4> 80 80 <(navi)> 81 <(sidebar-extra)> 81 82 </div> <!-- // sidebar --> 82 83 </div> <!-- // .content --> … … 120 121 </element> 121 122 122 <element id="5b6589475f81029cb747ba7cebeeee06" changed="20050 525214229">123 <element id="5b6589475f81029cb747ba7cebeeee06" changed="20050615085110"> 123 124 <value><![CDATA["default" => array ( 124 125 … … 128 129 "header_background" => array ( 129 130 "description" => "Header background image", 130 "helptext" => "Big image, for example a scenery photo ",131 "helptext" => "Big image, for example a scenery photo. At minimum 750 pixels wide", 131 132 "datatype" => "image", 132 133 "location" => "attachment", 133 134 "widget_image_simple" => true, 135 "datatype_image_thumbwidth" => 750, 136 "datatype_image_thumbheight" => 4000, // Don't limit this so width will rule 134 137 "start_fieldgroup" => array(), 135 138 ), … … 236 239 <pid>3856f2f54ac289a5204d657b90178bfc</pid> 237 240 </blobs> 238 <element id="ca55de6ff68a37e568a9e96e2e7c0b1a" changed="20050 525220524">241 <element id="ca55de6ff68a37e568a9e96e2e7c0b1a" changed="20050615090001"> 239 242 <value><![CDATA[/* ------------------------------------- 240 243 Midgard Templates … … 287 290 if ($atts->parameter("midcom.helper.datamanager.datatype.blob","fieldname") == "header_background") 288 291 { 289 $header_background = " background-image: url(\"".$_MIDGARD["self"]."midcom-serveattachmentguid-".$atts->guid()."/".$atts->name."\");"; 292 $guid = $atts->guid(); 293 294 // Use thumbnail instead if available 295 $thumbguid = $atts->parameter("midcom.helper.datamanager.datatype.image","thumbguid"); 296 if ($thumbguid) { 297 $guid = $thumbguid; 298 } 299 300 $host = mgd_get_host($_MIDGARD["host"]); 301 302 $header_background = " background-image: url(\"".$host->prefix."/midcom-serveattachmentguid-".$guid."/".$atts->name."\");"; 290 303 break; 291 304 } … … 302 315 /* Page positions 303 316 ----------------------------------- */ 304 #container { width: 640px; text-align:left; margin:0 auto; background:#fff; }317 #container { width: 750px; text-align:left; margin:0 auto; background:#fff; } 305 318 #content { background: #fff; } 306 #breadcrumb { width:640px; border-bottom:1px solid #999;} 307 #breadcrumb p { padding:0.3em 20px; margin:0;} 308 309 #main {float:left; width:420px; border-right:1px solid #999;} 319 #breadcrumb { width:750px; border-bottom:1px solid #999;} 320 #breadcrumb p { padding: 0.3em 20px; margin:0;} 321 #breadcrumb a { text-decoration: none; } 322 323 #main {float:left; width: 500px; border-right:1px solid #999;} 310 324 .content {padding:0 20px 20px 20px;} 311 325 312 #sidebar { float:right; width:2 19px; }326 #sidebar { float:right; width:239px; } 313 327 #sidebar .content ul li a { text-decoration: none; } 314 328 315 #site-info { float:left; background:#fff; clear:both; width: 640px; border-top:1px solid #999; color:#333; }329 #site-info { float:left; background:#fff; clear:both; width: 750px; border-top:1px solid #999; color:#333; } 316 330 #nav-extra { padding:.5em 25px; background:&(color_dark);; border-top:1px solid &(color_medium);; } 317 331 #nav-extra p {margin:0; padding:0; } … … 321 335 #credits { padding:.2em 25px; color:#666; font-size:87%; } 322 336 #credits p { margin:0 !important; padding:0 !important;} 323 #midgard { border: none; padding: 2px 1em 2px 1em; text-align: center; } 337 #midgard { border: none; padding: .2em 25px; } 338 #midgard ul { padding: 0px; } 339 #midgard a { text-decoration: none; } 340 324 341 325 342 /* END Page positions ---------------- */ … … 327 344 /* Branding area 328 345 ------------------------------------ */ 329 #branding { width: 640px; background:&(color_dark);; float:left; &(header_background:h); }346 #branding { width: 750px; background:&(color_dark);; float:left; &(header_background:h); } 330 347 331 348 #branding p {padding:0; margin:0;} 332 #branding #logo {float:left; width: 350px;}349 #branding #logo {float:left; width: 400px;} 333 350 /*#branding #logo a:link, #branding #logo a:visited, */ 334 351 #logo h1 {color:&(color_medium); !important; font-size:3em; margin:0; padding:20px 0 0 20px; width:330px; float:left;} … … 352 369 #nav-main { 353 370 float:left; 354 width: 640px;371 width: 718px; 355 372 background:&(color_dark);; 356 373 border-top:1px solid #fff; 357 374 border-bottom:1px solid &(color_medium);; 375 padding-left: 16px; 376 padding-right: 16px; 358 377 } 359 378 #nav-main ul { margin:0/* 0 0 20px*/; padding:0; } … … 427 446 blockquote { font-style:italic; color:#999; text-align:right;} 428 447 code {} 429 #main pre { width: 380px; overflow: auto; background: #eee; }430 #main img { max-width: 380px; }448 #main pre { width: 480px; overflow: auto; background: #eee; } 449 #main img { max-width: 480px; } 431 450 i, em {} 432 451 b, strong { font-family:trebuchet, "trebuchet ms", Arial, Helvetica, Sans-serif;} … … 464 483 height: 1px; 465 484 } 466 ]]></value> 485 486 #aismaintable td.aismaintable_navigation div { width: 150px; } 487 488 489 /* Styles for nicer-looking component output */ 490 491 /* net.nemein.rss */ 492 div.rss-item-postinfo, div.rss-item-postinfo a { 493 color: #c0c0c0; 494 background-color: transparent; 495 } 496 h2.rss-item-title { 497 margin-bottom: 0px; 498 padding-bottom: 0px; 499 } 500 div.rss-item { 501 padding-bottom: 10px; 502 margin-bottom: 10px; 503 border-bottom: 1px #c0c0c0 dashed; 504 }]]></value> 467 505 <style>3856f2f54ac289a5204d657b90178bfc</style> 468 506 <name><![CDATA[css]]></name>
