Changeset 35 for waeup_cms/trunk/skins/WAEUP
- Timestamp:
- 3 Oct 2005, 07:22:01 (19 years ago)
- Location:
- waeup_cms/trunk/skins/WAEUP
- Files:
-
- 8 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_cms/trunk/skins/WAEUP/base_properties.props
r6 r35 23 23 linkColor:string=#00097C 24 24 linkVisitedColor:string=#00097C 25 logoName:string=logo.jpg 25 logoName:string=logo.gif 26 logoNameLeft:string=logo_left.gif 27 logoNameRight:string=logo_right.gif 26 28 notifyBackgroundColor:string=#ffce7b 27 29 notifyBorderColor:string=#ffa500 -
waeup_cms/trunk/skins/WAEUP/main_template.pt
r5 r35 57 57 i18n:translate="label_skiptonavigation">Skip to navigation</a> 58 58 59 <div metal:use-macro="here/global_siteactions/macros/site_actions">60 Site-wide actions (Contact, Sitemap, Help, Style Switcher etc)61 </div>62 63 <div metal:use-macro="here/global_searchbox/macros/quick_search">64 The quicksearch box, normally placed at the top right65 </div>66 67 <a metal:use-macro="here/global_logo/macros/portal_logo">68 The portal logo, linked to the portal root69 </a>70 71 59 </div> 72 60 73 <div metal:use-macro="here/global_pathbar/macros/path_bar"> 74 The breadcrumb navigation ("you are here") 75 </div> 61 76 62 </div> 77 63 … … 91 77 metal:define-slot="column_one_slot" 92 78 tal:condition="sl"> 79 80 <div class="LogoLeft"> 81 <a metal:use-macro="here/global_logo/macros/portal_logo_left"> 82 The portal logo, linked to the portal root 83 </a> 84 </div> 85 86 <div class="visualClear" id="portal-breadcrumbs"> 87 88 </div> 89 93 90 <div class="visualPadding"> 94 91 <metal:portlets define-slot="portlets_one_slot"> … … 106 103 tal:define="tabindex python:Iterator(pos=0)"> 107 104 105 <div class="LogoRight"> 106 <a metal:use-macro="here/global_logo/macros/portal_logo_right"> 107 The portal logo, linked to the portal root 108 </a> 109 </div> 110 111 <div class="visualClear"> 112 <div metal:use-macro="here/global_pathbar/macros/path_bar"> 113 The breadcrumb navigation ("you are here") 114 </div> 115 </div> 116 117 <div metal:use-macro="here/global_siteactions/macros/site_actions"> 118 Site-wide actions (Contact, Sitemap, Help, Style Switcher etc) 119 </div> 120 121 <div metal:use-macro="here/global_searchbox/macros/quick_search"> 122 The quicksearch box, normally placed at the top right 123 </div> 124 125 108 126 <metal:block define-slot="content"> 109 127 <div id="content" … … 154 172 metal:define-slot="column_two_slot" 155 173 tal:condition="sr"> 174 156 175 <div class="visualPadding"> 157 176 <metal:portlets define-slot="portlets_two_slot"> -
waeup_cms/trunk/skins/WAEUP/waeup.css.dtml
r5 r35 17 17 /* In public.css */ 18 18 19 20 #portal-logo_left { 21 background: url(&dtml-portal_url;/&dtml-logoNameLeft;) no-repeat; 22 border: 0; 23 margin: 0; 24 padding: 0; 25 float: right; 26 } 27 28 #portal-logo_left a { 29 display: block; 30 text-decoration: none; 31 overflow: hidden; 32 border: 0; 33 margin: 0; 34 padding: 0; 35 padding-top: <dtml-var "_[logoNameLeft].height">px; 36 height: 0px !important; 37 height /**/: <dtml-var "_[logoNameLeft].height">px; 38 width: <dtml-var "_[logoNameLeft].width">px; 39 cursor: pointer; 40 } 41 42 #portal-logo_right { 43 background: url(&dtml-portal_url;/&dtml-logoNameRight;) no-repeat; 44 border: 0; 45 margin: 0; 46 padding: 0; 47 float: left; 48 } 49 50 #portal-logo_right a { 51 display: block; 52 text-decoration: none; 53 overflow: hidden; 54 border: 0; 55 margin: 0; 56 padding: 0; 57 padding-top: <dtml-var "_[logoNameRight].height">px; 58 height: 0px !important; 59 height /**/: <dtml-var "_[logoNameRight].height">px; 60 width: <dtml-var "_[logoNameRight].width">px; 61 cursor: pointer; 62 } 63 64 .LogoLeft { 65 margin-top: 0.75em; 66 } 67 68 .LogoRight { 69 margin-top: 0.75em; 70 margin-left: 1.6em; 71 } 72 73 #portal-searchbox { 74 float: right; 75 clear: right; 76 background-color: transparent; 77 margin: 1.5em 0 0 0; 78 padding: 0 2em 0 0; 79 text-align: right; 80 text-transform: &dtml-textTransform;; 81 white-space: nowrap; 82 z-index: 2; 83 position :absolute; 84 right : 12px; 85 top: 20px 86 } 87 88 #portal-siteactions { 89 background-color: transparent; 90 white-space: nowrap; 91 list-style-image: none; 92 list-style-type: none; 93 margin: 1px 0 0 0; 94 height: auto; 95 line-height: normal; 96 float: right; 97 padding: 3px 2em 3px 0; 98 position :absolute; 99 right : 10px; 100 top: 0px 101 } 102 103 19 104 #portal-breadcrumbs { 20 105 /* The path bar, including breadcrumbs and add to favorites */ … … 23 108 border-bottom-width: &dtml-borderWidth;; 24 109 border-bottom: none; 25 padding -left: 3em;26 padding-right:2em;110 padding: 0em; 111 margin-left: 2.2em; 27 112 text-transform: &dtml-textTransform;; 28 113 line-height: 1.6em;
Note: See TracChangeset for help on using the changeset viewer.