[KSS-checkins] r47402 - in kukit/KssTheme/trunk/skins: ksstheme_styles ksstheme_templates
jvloothuis at codespeak.net
jvloothuis at codespeak.net
Thu Oct 11 21:05:28 CEST 2007
Author: jvloothuis
Date: Thu Oct 11 21:05:25 2007
New Revision: 47402
Added:
kukit/KssTheme/trunk/skins/ksstheme_templates/portlet_calendar.pt
kukit/KssTheme/trunk/skins/ksstheme_templates/portlet_search.pt
Modified:
kukit/KssTheme/trunk/skins/ksstheme_styles/ie7.css.dtml
kukit/KssTheme/trunk/skins/ksstheme_styles/portlets.css.dtml
Log:
Changes from Thijs which fix things with the portlets
Modified: kukit/KssTheme/trunk/skins/ksstheme_styles/ie7.css.dtml
==============================================================================
--- kukit/KssTheme/trunk/skins/ksstheme_styles/ie7.css.dtml (original)
+++ kukit/KssTheme/trunk/skins/ksstheme_styles/ie7.css.dtml Thu Oct 11 21:05:25 2007
@@ -1,8 +1,11 @@
-.portlets {
+/* .portlets {
border-top: #FF4916 1px solid ;
border-bottom: #FF4916 1px solid;
margin: 15px 6px 0px 8px;
}
.tileItem {
margin-bottom: 10px;
+} */
+#LSResult {
+ padding:10px
}
\ No newline at end of file
Modified: kukit/KssTheme/trunk/skins/ksstheme_styles/portlets.css.dtml
==============================================================================
--- kukit/KssTheme/trunk/skins/ksstheme_styles/portlets.css.dtml (original)
+++ kukit/KssTheme/trunk/skins/ksstheme_styles/portlets.css.dtml Thu Oct 11 21:05:25 2007
@@ -8,7 +8,6 @@
/* YOUR CSS RULES START HERE */
/** navigation**/
#portal-column-one .visualPadding{
- margin-top: 40px;
margin-left: 4px;
}
@@ -34,7 +33,7 @@
background: url(&dtml-portal_url;/menu-ov.gif) left top no-repeat;
}
.CustomPortletNavigation li ul {
- background: #FAFAED;
+ background: #FAFAED;
width: 200px;
margin: 0 0 0 8px;
padding: 8px 0px 3px 0px;
@@ -54,40 +53,117 @@
.CustomPortletNavigation li ul li a:hover, .CustomPortletNavigation li ul li a.active {
background: url(&dtml-portal_url;/submenu-ov.gif) left top no-repeat;
}
-/**portlet news*/
-.portlets {
- border-top: #FF4916 1px solid ;
- border-bottom: #FF4916 1px solid;
- margin: 15px 8px 0px 8px;
+/*portlet news*/
+
+.portlet {
+ border-bottom: 1px solid #A8A890;
+ margin: 0px 8px 0px 8px;
+ padding:10px;
+ background-color: #F0F0D8;
}
-.portlets .news{
+
+#portlet-news{
+ border-top: #FF4916 1px solid ;
border-bottom: #A8A890 1px solid;
padding: 5px;
background-color: #F0F0D8;
+ margin: 15px 8px 0px 8px;
}
-.portlets .news .portlettitle {
+.portlet .portletHeader {
margin-bottom: 8px;
}
-.portlets .news .portlettitle a, .portlets .news .morenews a{
+
+.portlet .portletHeader a, .portlet .portletFooter a{
font-weight: bold;
text-decoration: none;
}
-.portlets .news .morenews{
+
+.portlet .news .morenews{
text-align: right;
margin: 5px 0 5px 0;
}
-#search{
- padding: 5px;
- background-color: #F0F0D8;
+#portlet-calendar {
+ padding: 5px 10px;
+ border-bottom: 1px solid #A8A890;
+ }
+
+ #portlet-calendar thead tr th {
+ text-align:center;
+ color: #FF4916;
+ }
+
+ #portlet-calendar thead tr #calendar-previous {
+ text-align:left;
+ }
+
+ #portlet-calendar thead tr #calendar-next {
+ text-align:right;
+ }
+
+ #thePloneCalendar {
+ width:100%;
+ }
+
+
+#search {
+ background:transparent;
+ padding-left:10px;
}
-.portlets .search-title{
+
+.portlet .search-title{
font-weight: bold;
- color: #FF4916;
+ color: #fff;
margin: 5px 0 5px 0;
}
+.portlet .portletFooter {
+ padding-top:5px;
+ text-align:right;
+ border:0px;
+}
+
+#portal-column-one .portlet dd {
+ margin-left:0px;
+}
+
+#searchGadget {
+ padding:0.2em 0.4em;
+}
+
+#LSResult {
+ background:#FAFAED;
+ border:1px solid #FF4916;
+ position:absolute;
+ left:22px;
+ top:240px;
+ z-index:3;
+}
+
+#LSResult legend{
+ display:none;
+}
+
+#LSResult fieldset{
+ border:0px;
+}
+
+/*
+ padding:0px;
+#portal-column-one .portlet,
+ background-color: #F0F0D8;
+ width:190px;
+}
+
+#search #LSTable {
+ width:auto;
+ border:1px solid #f60;
+ margin:0;
+ padding:0;
+}
+ */
+
/* YOUR CSS RULES STOP HERE */
Added: kukit/KssTheme/trunk/skins/ksstheme_templates/portlet_calendar.pt
==============================================================================
--- (empty file)
+++ kukit/KssTheme/trunk/skins/ksstheme_templates/portlet_calendar.pt Thu Oct 11 21:05:25 2007
@@ -0,0 +1,61 @@
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+<html >
+
+<body>
+
+<div >
+
+
+ <div class="portlet" id="portlet-calendar">
+
+ <table class="ploneCalendar" id="thePloneCalendar" summary="Calendar" >
+ <thead>
+ <tr>
+ <th id="calendar-previous"
+ >
+ <a href="#" rel="nofollow"
+ title="Previous month"
+ >«</a>
+ </th>
+ <th colspan="5">
+ <span >
+ <span id="calendar-month-month">monthname</span>
+ <span id="calendar-year">year</span>
+ </span>
+ </th>
+ <th id="calendar-next"
+ >
+ <a href="#" rel="nofollow"
+ title="Next month"
+ >»</a>
+ </th>
+ </tr>
+ <tr class="weekdays">
+
+ <td >Su</td>
+
+ </tr>
+ </thead>
+
+
+ <tbody>
+ <tr ><td class="event"
+ ><a href=""
+ >
+ 31
+ </a
+ >
+ </td
+ ><td ></td
+ ><td></td
+ >
+ </tr>
+ </tbody>
+ </table>
+
+</div>
+</div>
+
+</body>
+
+</html>
Added: kukit/KssTheme/trunk/skins/ksstheme_templates/portlet_search.pt
==============================================================================
--- (empty file)
+++ kukit/KssTheme/trunk/skins/ksstheme_templates/portlet_search.pt Thu Oct 11 21:05:25 2007
@@ -0,0 +1,13 @@
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+<html >
+<body>
+<div >
+ <div class="portlet" id="search">
+ <div class="search-title">Search</div>
+ <div >
+ The quicksearch box, normally placed at the top right
+ </div>
+ </div>
+</div>
+</body>
+</html>
\ No newline at end of file
More information about the Kukit-checkins
mailing list