remove wide margin
← Older revision
Revision as of 23:06, December 23, 2010
Line 1:
Line 1:
__NOTOC__
__NOTOC__
-
<div id="News" style="background-color: #ffcc99; margin: 0 350px 0 1em; padding: 0 10px; border: 1px solid #000;">
+
<div id="News" style="background-color: #ffcc99; margin: 0 1em 0 1em; padding: 0 10px; border: 1px
remove wide margin for better look with new wikia skin
← Older revision
Revision as of 22:41, December 23, 2010
Line 1:
Line 1:
-
<div name="Review notice" class="boilerplate metadata" id="delete" style="background-color: #fee; margin: 0 350px 0 1em; padding: 0 10px; border: 1px solid #aaa;">
+
<div name="Review notice" class="boilerplate me
remove wide margin for better look with new wikia skin
← Older revision
Revision as of 22:40, December 23, 2010
Line 1:
Line 1:
-
<div name="Deletion notice" class="boilerplate metadata" id="delete" style="background-color: #fee; margin: 0 350px 0 1em; padding: 0 10px; border: 1px solid #aaa;">
+
<div name="Deletion notice" class="boilerplat
May miss or hit, but you can try changing line 802 in gtk-widgets.css:794 .primary-toolbar .button .menu,
795 .toolbar .menu,
796.toolbar .primary-toolbar .menu,
797 .menu {
798 background-color: @fg_color;
799 border-width: 0;
800 border-radius: 3px;
801 padding: 4px;
802 color: #ff0000;/*@bg_color;*/
803 }With this, I managed to turn all active menu items red.
We can use shape to create a simple border,for example I saw this code here:
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<corners android:radius="5dip" />
<solid android:color="@color/black" />
<stroke an
Hi, I am in the early stages of creating a website located on a subdomain at http://www.kcssmusic.cbmultimedia.net It functions properly in all browsers except IE7 and previous releases. I think it is most likely a CSS related problem, but I am not sure.
Hello,
I am using RHEL 6.1 on VMware
I am searching for a way to change background color (not line by line color wich one can using tput command)
basically changing the color of the whole screen to white instead of the default black and changing font color to black and alos would like to try green
screenshots of what i am trying to achieve
Please Help !!!
I am having issue that I am having two button i set Backgroung with rounded_corner.xml.. Now, if i change the background color runtime then it removes the rounded corner..
I've written a simple custom style in xml:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Light">
<item name="android:textColor">@color/text_light</item>
<item name="android:background">@color/background_light</item>
</style>
</resources>
However, when I apply it, the text color is correctly set for e