Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

Button Style in Artisteer Skins
Last Post 07-13-2010 10:43 AM by Chad Nash. 3 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Miguel ClaraUser is Offline
going with the flow
going with the flow
Posts:56
Avatar

--
07-06-2010 01:29 AM

    Hi,

    I have some skins that were generated with Artisteer with some post changes I've made!

    Artisteer creates styles for buttons, and I want this styles to aply to any button, but they do not aply to Dynamic Login.

    The css it self is a bit complicated so its diffilcult to just copy, there's warpers etc... 

    Is there anyway that Dynamic login can simply use the styles of the skin in buttons, like most of other modules?

    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    07-12-2010 12:03 PM
    Hi... Yes Dynamic Login has its own skin class. Are you using the hyperlink or the input buttons? What version of Dynamic Login are you using?

    -Chad
    Miguel ClaraUser is Offline
    going with the flow
    going with the flow
    Posts:56
    Avatar

    --
    07-13-2010 12:34 AM

    Hi Chad,

    Its version 3.3 if I'm not mistaken!

    Well if i use the links than it does use the skin styles so that works, but I want to use html button and apply the same styles!

    I've dig trough the class that are applied by the module and tried to change them but because this is generated by artisteer its a bit complicated...

    here is the css code for buttons!

    001./* begin Button */
    002..art-button-wrapper .art-button
    003.{
    004.    display:inline-block;
    005.    width: auto;
    006.    outline:none;
    007.    border:none;
    008.    background:none;
    009.    line-height:35px;
    010.    margin:0 !important;
    011.    padding:0 !important;
    012.    overflow: visible;
    013.    cursor: default;
    014.    text-decoration: none !important;
    015.    z-index:0;
    016.    vertical-align: middle;
    017.}
    018.  
    019..art-button img, .art-button-wrapper img
    020.{
    021.  margin: 0;
    022.  border: 0;
    023.}
    024.  
    025..art-button-wrapper
    026.{
    027.    display:inline-block;
    028.    vertical-align: middle;
    029.    position:relative;
    030.    height: 35px;
    031.    overflow:hidden;
    032.    white-space: nowrap;
    033.    width: auto;
    034.    z-index:0;
    035.}
    036.  
    037..firefox2 .art-button-wrapper
    038.{
    039.    display:block;
    040.    float:left;
    041.}
    042.  
    043..art-button-wrapper .art-button
    044.{
    045.    display:block;
    046.    height: 35px;
    047.font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    048.font-size: 13px;
    049.    white-space: nowrap;
    050.    text-align: left;
    051.    padding: 0 21px !important;
    052.    line-height: 35px;
    053.    text-decoration: none !important;
    054.    color: #EBEBEB !important;
    055.}
    056.  
    057.input, select
    058.{
    059.  vertical-align: middle;
    060.font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    061.font-size: 13px;
    062.}
    063.  
    064..art-button-wrapper.hover .art-button, .art-button:hover
    065.{
    066.    color: #F0F0F0 !important;
    067.    text-decoration: none !important;
    068.}
    069.  
    070..art-button-wrapper.active .art-button
    071.{
    072.    color: #EDEDED !important;
    073.}
    074.  
    075..art-button-wrapper .l, .art-button-wrapper .r
    076.{
    077.    display:block;
    078.    position:absolute;
    079.    z-index:-1;
    080.    height: 105px;
    081.    background-image: url('images/Button.png');
    082.}
    083.  
    084..art-button-wrapper .l
    085.{
    086.    left:0;
    087.    right:14px;
    088.}
    089.  
    090..art-button-wrapper .r
    091.{
    092.    width:417px;
    093.    right:0;
    094.    clip: rect(auto, auto, auto, 403px);
    095.}
    096.  
    097..art-button-wrapper.hover .l, .art-button-wrapper.hover .r
    098.{
    099.    top: -35px;
    100.}
    101.  
    102..art-button-wrapper.active .l, .art-button-wrapper.active .r
    103.{
    104.    top: -70px;
    105.}
    106.  
    107.  
    108./* end Button */

    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    07-13-2010 10:43 AM
    Hi... Well Dynamic Login uses a stylesheet class names such as these:

    DynamicLogin_UserName, DynamicLogin_Password, DynamicLogin_LoginLink, DynamicLogin_VerificationTextBox, DynamicLogin_CheckBox, DynamicLogin_LoginButton, DynamicLogin_RegisterLink, DynamicLogin_PasswordLink, DynamicLogin_PasswordButton, DynamicLogin_ContinueLink, etc...

    So your CSS stylesheet would need to either be copy/pasted to reference these or you would need to include relevant items under the module configuration/stylesheet directly in the module interface. We can't make direct changes to stylesheets for you but if you need us to integrate these two we can handle this via Premium Support hours which you can pick up at http://www.datasprings.com/Premium-Support. I would start with reviewing the stlyesheet classes above though and using those class names instead of the class names you are using here.

    Thanks!

    -Chad
    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way
    Subscribe Me

    Recent Blogs...

     
    Copyright 2005 - 2011 by Data Springs, Inc.
     
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi