
Untitled
By: a guest on
Jun 21st, 2012 | syntax:
None | size: 0.48 KB | hits: 11 | expires: Never
modify color of the Chinese part of a Drupal website
<body class="front not-logged-in one-sidebar sidebar-left i18n-zh-hans">
<body class="front not-logged-in one-sidebar sidebar-left i18n-en">
body
{
background-color:#f4f4f4;
background-image:url(images/margins.jpg);
background-position:center;
background-repeat:repeat-y;
margin: 0;
padding: 10px;
width: auto !important;
}
body .i18n-zh-hans
{
color: red;
}
body.i18n-zh-hans