Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If you want to change color or customize style of twitter bootstrap (e.g header, link etc), you can use generator for twitter bootstrap..</p> <h2>Generator</h2> <ul> <li><a href="http://twitter.github.io/bootstrap/customize.html" rel="nofollow">twitter bootstrap generator</a></li> <li><a href="http://stylebootstrap.info/" rel="nofollow">StyleBootstrap</a></li> <li><a href="http://www.bootstrapthemeroller.com/twitter-bootstrap-themeroller.html" rel="nofollow">bootstrapthemeroller</a></li> <li><a href="http://decioferreira.github.io/bootstrap-generators/" rel="nofollow">decioferreira</a></li> </ul> <p>Or if you don't know class/id potition of style, you can use inspect element on your browser and see element using class/id of style</p> <h2>Example</h2> <p>Header using blue color</p> <pre><code>.navbar-inner { min-height: 50px; padding-right: 20px; padding-left: 20px; background-color: #45aeea; background-image: -moz-linear-gradient(top,#54b4eb,#2fa4e7); background-image: -webkit-gradient(linear,0 0,0 100%,from(#54b4eb),to(#2fa4e7)); background-image: -webkit-linear-gradient(top,#54b4eb,#2fa4e7); background-image: -o-linear-gradient(top,#54b4eb,#2fa4e7); background-image: linear-gradient(to bottom,#54b4eb,#2fa4e7); background-repeat: repeat-x; border: 1px solid #1990d5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb',endColorstr='#ff2fa4e7',GradientType=0); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065); -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065); box-shadow: 0 1px 4px rgba(0,0,0,0.065); } </code></pre> <p>Link header using white color</p> <pre><code>.navbar .nav&gt;li&gt;a { float: none; padding: 10px 15px 10px; color: #fff; text-decoration: none; text-shadow: 0 1px 0 #ce4213; } </code></pre> <h2>Bootstrap themes</h2> <p>You can see some amazing bootstrap themes <a href="http://bootswatch.com/" rel="nofollow">here</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload