Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

Affordable ASP.NET Hosting Service
  Ads  
Engage Software - Training Partner for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

FCKeditor Project
Salaro -- Skins and more
OnyakTech
CrystalTech Web Hosting™
Webhost4life, specialists in DNN hosting
Mad Development is a full service interactive agency focusing on the merge of design, technology, e-commerce, and affiliate marketing by providing total website solutions.
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Events Module [...  Events 3.02: Enhanced description of module.css
Previous Previous
 
Next Next
New Post 6/9/2006 5:39 PM
User is offline Juan de Vashon Isle
224 posts
9th Ranked


Events 3.02: Enhanced description of module.css 

Here's the result of a bit of playing around trying to figure out what the various classes & IDs are in the new module.css. It should be identical to the original, except with some comments added in.

Unfortunately I only had so much time and wasn't able to figure out what all the classes did. Also my descriptions are not normalized, so should use consistant terminology to what they are referring to. It certainly is not polished but might save someone 30 minutes or so of futzing around! I'll try to improve this down the road, especially if there is any interest.

An alternate idea would be to publish a graphic of an event view with the various ID/classed identified, mcuh like that done at: http://www.friendsoftware.ro/Produse/DNNModules/SimpleTabModules/tabid/105/Default.aspx (once there ya got to click on the CssStyle Suite tab at the upper right corner, just below the date).

- John

/* ================================
    CSS STYLES FOR Module Event
   ================================
*/
/* Tooltip that provides event details */
.Eventtooltip
{
 border-right: #000 1px solid;
 padding-right: 5px;
 border-top: #000 1px solid;
 padding-left: 5px;
 font-size: 10px;
 filter: alpha(opacity=80);
 padding-bottom: 5px;
 border-left: #000 1px solid;
 width: 200px;
 color: #000;
 padding-top: 5px;
 border-bottom: #000 1px solid;
 font-family: Arial;
 background-color: #ffd;
 text-align: left;
 moz-opacity: 0.8;
 
 position:relative;
 z-index: 1000;
}
/* ? */
.Event
{
 border-right: black 1px solid;
 table-layout: auto;
 padding-right: 0px;
 border-top: black 1px solid;
 padding-left: 0px;
 font-size: 7pt;
 padding-bottom: 0px;
 margin: 0px;
 border-left: black 1px solid;
 color: black;
 padding-top: 0px;
 border-bottom: black 1px solid;
 font-family: Verdana;
 border-collapse: collapse;
 text-align: center;
 width: 400px;
 height: 400px;
}
/* ? */
.EventTitle
{
 font-weight: bold;
 font-size: 9pt;
 background-image: none;
 width: 100%;
 height: 100%;
 background-color: #6666ff;
 text-align: center;
}
/* For Month (calendar) view, the top header bar (including current month name) */
.EventTitle, .EventTitle td
{
 font-weight: bold;
 font-size: 11pt;
 background-image: none;
 color: navy;
 background-color: #6666ff;
 text-align: center;
}
/* Month-calendar view's header bar, next and previous month names */
/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
 padding-right: 0.5em;
 padding-left: 0.5em;
 font-size: 8pt;
 padding-bottom: 0px;
 color: darkblue !important;
 padding-top: 0px;
}
/* Month-calendar view's header bar, next and previous month names - when hovered over*/
.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
 padding-right: 0.5em;
 padding-left: 0.5em;
 font-size: 8pt;
 padding-bottom: 0px;
 color: darkblue !important;
 padding-top: 0px;
}
/* Names of days of week in month-calendar view */
.EventDayHeader
{
 font-weight: bold;
 font-size: 7pt;
 font-family: Verdana;
 background-color: silver;
}
/* Background of days of week in month-calendar view; color doesn't have effect though background-color does */
.EventDay, .EventDay td
{
 font-size: 7pt;
 color: #0000ff !important;
 font-family: Verdana;
}
/* Day's date of the current month (but not weekend or current or current selected days) */
.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
 font-size: 7pt;
 color: #0000ff !important;
 font-family: Verdana;
}
/* Month-calendar view: cell background of next & previous month's days */
.EventOtherMonthDay
{
 color: #808080;
 background-color: gainsboro;
}
/* Month-calendar view: date (text) of next & previous month's day's dates */
.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
 color: #8080c0;
 background-color: gainsboro;
}
/* Month-calendar view's current month's weekend days */
.EventWeekendDay
{
 background-color: whitesmoke;
}
/* Current day's cell, only visible if another date is selected */
.EventTodayDay
{
 border-right: red 2px solid;
 border-top: red 2px solid;
 border-left: red 2px solid;
 border-bottom: red 2px solid;
}
/* ? */
/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
 font-weight: bold;
 color: #0000ff !important;
 background-color: darkgray;
}
/* Month-calendar view's selected date AND ALSO (all?) the event name(s) on that day */
.EventSelectedDay a,
.EventSelectedDay a:visited,
.EventSelectedDay a:hover
{
 color: #0000ff !important;
 font-weight: bold;
}
/* ? */
.EventSelector
{
 background-color: #c0c0e0;
}
/* ? */
.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
 color: #0000ff;
 text-decoration: none;
}


- John
www.VashonSoftware.com
 
New Post 6/13/2006 9:47 AM
User is offline Dan Slage
73 posts
10th Ranked


Re: Events 3.02: Enhanced description of module.css 
Thank you for posting that information! I haven't gotten around to modifying the look of Events module yet but when I do your notes will save me some time.
I would interested in any updates or improvement you make. Thanks again.
 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  Events Module [...  Events 3.02: Enhanced description of module.css
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Efficion Consulting
A premier DotNetNuke consulting firm providing complete DNN services including: custom module development, skinning and design, installation and integration services.
www.efficionconsulting.com
DotNetNuke Training by Engage Software
Specializing in customized training, architecture and module solutions for large scale implementations lead by DNN Core Team Member Christopher Hammond.
engagesoftware.com
Smart-Thinker
DNN Modules for Social Networks for as low as $69 for 6 modules! We also maintain the DotNetNuke Directory - http://DNNDir.com
www.smart-thinker.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP