Created
April 11, 2016 05:55
-
-
Save zrrtcs/513ae70acb8bb0404ec4f2375305f2ea to your computer and use it in GitHub Desktop.
horizontal reading corpus.quran.com word-by-word
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
| .content { | |
| width: 960px; | |
| } | |
| /* | |
| TODO: After verse ends (img.num), put a border-left | |
| table.morphologyTable tr td.ic<img.num{ | |
| background:red; | |
| } | |
| */ | |
| table.morphologyTable { | |
| border-top: 0; | |
| } | |
| table.morphologyTable td { | |
| background: beige; | |
| border-bottom: 1px solid black; | |
| clear: both; | |
| float: right; | |
| min-height: 120px; | |
| padding: 0px; | |
| padding-right: 27px; | |
| text-align: right; | |
| width: 100px; | |
| } | |
| table.morphologyTable td.col3, table.morphologyTable td.head3 { | |
| margin-bottom: 50px; | |
| padding-bottom: 80px; | |
| } | |
| table.morphologyTable td.head3, table.morphologyTable td.col3 { | |
| min-height: 230px; | |
| } | |
| table.morphologyTable td.ic a img { | |
| border: 0; | |
| } | |
| table.morphologyTable td.ic, table.morphologyTable tr:first-child td:nth-child(2) { | |
| } | |
| table.morphologyTable td:first-child { | |
| border-top: 1px solid black; | |
| color: #F00; | |
| } | |
| table.morphologyTable td:nth-child(2) { | |
| background: white; | |
| } | |
| table.morphologyTable tr { | |
| float: right; | |
| } | |
| table.morphologyTable tr:first-child { | |
| border-left: 1px solid black; | |
| border-right: 1px solid black; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment