This are all changes to become the #Metro7 skin running on DNN 6.x versions. To fix now some issues with the view of the dnn blog module you must done the following changes on the skin.css file:
Found the "Links css" section and change the color of
/*-- Default links --*/ a:link, a:visited, a:active { color: #999999; font-family: Calibri, "Segoe UI"; font-weight: normal; font-size: 14px; text-decoration: none; }
to
/*-- Default links --*/ a:link, a:visited, a:active { color: #1BA0E1; font-family: Calibri, "Segoe UI"; font-weight: normal; font-size: 14px; text-decoration: none; }
and
/*-- Default links hover --*/ a:hover { color: #1BA0E1; font-family: Calibri, "Segoe UI"; font-size: 14px; text-decoration: underline; font-weight: normal;}
to
/*-- Default links hover --*/ a:hover { color: #999CCC; font-family: Calibri, "Segoe UI"; font-size: 14px; text-decoration: underline; font-weight: normal;}
and
/*-- Normal links --*/ a.NormalRed:link, a.NormalRed:visited, a.NormalRed:active { color: #E7002A; font-family: Calibri, "Segoe UI"; font-weight: bold; font-size: 13px; text-decoration: none; }
/* Notice! This color is different on the different colors of the Skin !!!
to
/*-- Normal links --*/ a.NormalRed:link, a.NormalRed:visited, a.NormalRed:active { color: #FFFFFF; font-family: Calibri, "Segoe UI"; font-weight: bold; font-size: 13px; text-decoration: none; }
This changes should fix the display issues with the DNN Blog module.
I changed for my own use also the width properties of the "Content Panes CSS section" from
/*========================================================*/
/* Content Panes CSS */
/*========================================================*/
/*-- content2 pane --*/ .ContentPane2 { text-align:left; padding: 0 0 0 0; }
/*-- left2 content pane --*/ .LeftSide { padding: 0 20px 0 0; width: 70%; }
/*-- right2 content pane --*/ .RightPane { padding: 0 0 0 15px; width: 30%; }
/*-- left2 content pane --*/ .LeftPane { padding: 0 0 0 0; width: auto; }
/*-- left1 content pane --*/ .LeftPane1 { padding: 0 0 0 0; width: auto;}
/*-- left3 content pane --*/ .LeftPane3 { padding: 0 15px 0 0; width: 50%;}
/*-- left4 content pane --*/ .LeftPane4 { padding: 0 0 0 15px; width: 50%; }
/*-- left2 content pane --*/ .LeftPane2 { padding: 0 0 0 0; width: auto;}
/*-- Extended inside pane 2 --*/ .ExtendedPane { width: 100%; padding: 0 0 0 0; }
to
/*========================================================*/
/* Content Panes CSS */
/*========================================================*/
/*-- content2 pane --*/ .ContentPane2 { text-align:left; padding: 0 0 0 0; }
/*-- left2 content pane --*/ .LeftSide { padding: 0 20px 0 0; width: 70%; }
/*-- right2 content pane --*/ .RightPane { padding: 0 0 0 15px; width: 30%; }
/*-- left2 content pane --*/ .LeftPane { padding: 0 0 0 0; width: auto; }
/*-- left1 content pane --*/ .LeftPane1 { padding: 0 0 0 0; width: 50%;}
/*-- left3 content pane --*/ .LeftPane3 { padding: 0 15px 0 0; width: 15%;}
/*-- left4 content pane --*/ .LeftPane4 { padding: 0 0 0 15px; width: auto; }
/*-- left2 content pane --*/ .LeftPane2 { padding: 0 0 0 0; width: auto;}
/*-- Extended inside pane 2 --*/ .ExtendedPane { width: 100%; padding: 0 0 0 0; }
Also I want to use the social css design of the core, so I added on the end of the css file this properties:
/*========================================================*/
/* Social Links CSS */
/*========================================================*/
.Social-Links{text-align:right;padding:15px 0 0 0;}
.Social-Links a{margin:0 0 0 10px;}
.icoIN{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -192px 0;}
.icoFacebook{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat 0 0;}
.icoTwitter{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -32px 0;}
.icoTwitter2{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -576px 0;}
.icoMySpace{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -64px 0;}
.icoStumbleUpon{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -96px 0;}
.icoDigg{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -128px 0;}
.icoFlickr{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -160px 0;}
.icoLinkedIn{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -192px 0;}
.icoYouTube{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -224px 0;}
.icoDelicious{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -256px 0;}
.icoBlogger{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -288px 0;}
.icoRSS{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -320px 0;}
.icoEmail{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -352px 0;}
.icoTumblr{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -384px 0;}
.icoFourSquare{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -416px 0;}
.icoReddit{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -448px 0;}
.icoVimeo{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -480px 0;}
.icoWordPress{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -512px 0;}
.icoBebo{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -544px 0;}
The social css style needed the SocialMedia.png file which was shipped with the default skin of any DNN 6.x install packages.
This are now all changes I had made on the Skin files to get it run with DotNetNuke 6.x.
My goal was to my changes to be made available on Codeplex, but so far have been my email inquires regarding the valid license from Ali Nawaz Adil is not answered. Unless I still should have an answer, I'll be proud to publish the project on codeplex.