Jump to content
eyexro

Intrebare CSS

Recommended Posts

Posted

Cred ca am omis vre-o vreo comanda in codul css deoarece cand intru pe site gasesc totul marit.. pentru a-l aduce la normal -- ctrl & - ...

Este vreo comanda pentru a seta marimea intregului site ?

//p.s - am adaugat un drop down playlist [css3] prin dl

Poate fi de la el ?

dl
{
padding: 10px;
min-width: 750px;
}
dl dt
{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: 1px solid #cccccc;
margin: 0;
}
dl dt a
{
color: #22b0e2;
font-weight: bold;
text-decoration: none;
padding: 10px;
display: block;
}
dl dd
{
color: #cccccc;
margin: 0;
height: 0;
overflow: hidden;
-webkit-transition: height 1s ease;
}
dl dd p
{
padding: 10px;
margin: 0;
}
dl dd:target
{
height: auto;
}
dl a.ie:hover dd,
dl a.ie:focus dd
{
height: auto;
color: #cccccc !important;
}

@media (-webkit-transition) {
dl dd:target
{
height: 10 px;
}
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...