Created
August 25, 2012 02:01
-
-
Save hemache/3458758 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Arabic Specification */ | |
| /* New line add ! */ | |
| @import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css); | |
| .btn { | |
| font-family: 'Droid Arabic Kufi'; | |
| } | |
| html, body { | |
| background-color: #eee; | |
| font-family: Tahoma, sans-serif; | |
| } | |
| a:hover, a:active { | |
| text-decoration: none; | |
| } | |
| textarea,input[type="text"]{ | |
| font-family: Tahoma; | |
| } | |
| h1,h2,h3,h4,h5,h6{ | |
| font-family: 'Droid Arabic Kufi'; | |
| } | |
| .navbar { | |
| margin-bottom: 0; | |
| } | |
| .container > footer { | |
| margin-top: 20px; | |
| } | |
| .container > footer p { | |
| text-align: center; | |
| } | |
| .content { | |
| background-color: #fff; | |
| padding: 20px; | |
| margin: 0 -20px; | |
| -webkit-border-radius: 0 0 6px 6px; | |
| -moz-border-radius: 0 0 6px 6px; | |
| border-radius: 0 0 6px 6px; | |
| -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15); | |
| -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15); | |
| box-shadow: 0 1px 2px rgba(0, 0, 0, .15); | |
| } | |
| .page-header { | |
| background-color: #f5f5f5; | |
| padding: 20px 20px 10px; | |
| margin: -20px -20px 20px; | |
| } | |
| .topbar .btn { | |
| border: 0; | |
| } | |
| .tag_box { | |
| list-style: none; | |
| margin: 0; | |
| padding: 5px 0; | |
| overflow: hidden; | |
| } | |
| .tag_box li { | |
| line-height: 28px; | |
| } | |
| .tag_box.inline li { | |
| float: right; | |
| } | |
| .tag_box a { | |
| padding: 3px 6px; | |
| margin: 2px; | |
| background: #eee; | |
| color: #005F6B; | |
| border-radius: 3px; | |
| text-decoration: none; | |
| } | |
| .tag_box a span { | |
| vertical-align: super; | |
| font-size: 0.8em; | |
| } | |
| .tag_box a.active { | |
| background: #57A957; | |
| border: 1px solid #4C964D; | |
| color: #FFF; | |
| } | |
| /* LTR Code tag */ | |
| pre,code{ | |
| direction: ltr; | |
| } | |
| :lang(en), .ltr { | |
| direction: ltr; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment