Top "Styles" questions

DO NOT USE THIS TAG.

How to style icon color, size, and shadow of Font Awesome Icons

How could I style the color, size and shadow of icons from Font Awesome's Icons? For example, Font Awesome's site …

css twitter-bootstrap icons styles font-awesome-4
Override body style for content in an iframe

How can I control the background image and colour of a body element within an iframe? Note, the embedded body …

css iframe styles overriding
How to set TextView textStyle such as bold, italic

How to set TextView style (bold or italic) within Java and without using the XML layout? In other words, I …

android textview styles
How to change line color in EditText

I am creating an EditText in my layout xml file But I want to change color line in EditText from …

android xml layout styles
Is it possible to have multiple styles inside a TextView?

Is it possible to set multiple styles for different pieces of text inside a TextView? For instance, I am setting …

android styles textview
CSS align images and text on same line

I have been searching and trying different methods for hours now. I just can't seem to get these two images …

html css styles alignment image
How to programmatically set style attribute in a view

I'm getting a view from the XML with the code below: Button view = (Button) LayoutInflater.from(this).inflate(R.layout.…

android styles
Valid values for android:fontFamily and what they map to?

In the answer to this question the user lists values for android:fontFamily and 12 variants (see below). Where do these …

android fonts styles
How to bind inverse boolean properties in WPF?

What I have is an object that has an IsReadOnly property. If this property is true, I would like to …

wpf .net-3.5 styles
removing html element styles via javascript

I'm trying to replace an element's inline style tag value. The current element looks like this: `<tr class="row-even" …

javascript html dom styles