Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS I f* hate css :) Reply To: I f* hate css :)

#237169
maleni
Participant

No, I will post my css… can you have a look… I am not primaraly front end guy… maybe I have error in code..

#download
{
    color: #F14444;
    border-style: dotted;
    border-width: 1px;
    border-color: #F14444;
    background-color: #FFF;
    margin-left: 50%;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    display: block;
    padding: 10px 15px;
    font-family: "Open Sans",sans-serif;
    font: inherit;
    vertical-align: baseline;
    margin: 0px;
    box-sizing: border-box;
    list-style: outside none none;
}

#download:hover
{
    background-color: #FFFFE0;
}

#send {
    color: #F14444;
    border-style: dotted;
    border-width: 1px;
    border-color: #F14444;
    background-color: #FFF;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    display: block;
    padding: 10px 15px;
    font-family: "Open Sans",sans-serif;
    font: inherit;
    margin: auto;
    box-sizing: border-box;
    list-style: outside none none;
    margin: 0;
}

#send:hover
{
    background-color: #F8F8FF;
}