Jump to content

Recommended Posts

Posted

hers tcode

 

/* Content

----------------------------------------------- */

body {

font: $(body.font);

color: $(body.text.color);

background: $(body.background);

}

 

html body .region-inner {

min-width: 0;

max-width: 100%;

width: auto;

}

 

.content-outer {

font-size: 90%;

}

 

a:link {

text-decoration:none;

color: $(link.color);

}

 

a:visited {

text-decoration:none;

color: $(link.visited.color);

}

 

a:hover {

text-decoration:underline;

color: $(link.hover.color);

}

 

.content-outer {

background: $(content.background);

 

-moz-border-radius: $(content.border.radius);

-webkit-border-radius: $(content.border.radius);

-goog-ms-border-radius: $(content.border.radius);

border-radius: $(content.border.radius);

 

-moz-box-shadow: 0 0 $(content.shadow.spread) rgba(0, 0, 0, .15);

-webkit-box-shadow: 0 0 $(content.shadow.spread) rgba(0, 0, 0, .15);

-goog-ms-box-shadow: 0 0 $(content.shadow.spread) rgba(0, 0, 0, .15);

box-shadow: 0 0 $(content.shadow.spread) rgba(0, 0, 0, .15);

 

margin: $(content.margin) auto;

}

 

.content-inner {

padding: $(content.padding);

}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.

Loading...
×
×
  • Create New...