Rushabh Mehta | 74560b3 | 2013-05-27 14:47:56 +0530 | [diff] [blame] | 1 | h1, h2, h3, h4, h5 { |
| 2 | font-weight: bold; |
Rushabh Mehta | 1c8ab8a | 2012-12-10 14:56:45 +0530 | [diff] [blame] | 3 | } |
| 4 | |
Rushabh Mehta | 74560b3 | 2013-05-27 14:47:56 +0530 | [diff] [blame] | 5 | .content { |
| 6 | padding-bottom: 30px; |
Rushabh Mehta | 13531b7 | 2012-02-20 12:35:23 +0530 | [diff] [blame] | 7 | } |
| 8 | |
Rushabh Mehta | 78db3ec | 2013-02-21 14:25:30 +0530 | [diff] [blame] | 9 | .missing-image { |
| 10 | background-color: #eee; |
| 11 | padding: 40px; |
Rushabh Mehta | 74560b3 | 2013-05-27 14:47:56 +0530 | [diff] [blame] | 12 | width: 112px; |
Rushabh Mehta | 78db3ec | 2013-02-21 14:25:30 +0530 | [diff] [blame] | 13 | font-size: 32px; |
| 14 | color: #888; |
| 15 | } |
| 16 | |
Rushabh Mehta | 87e4801 | 2013-02-20 15:02:21 +0530 | [diff] [blame] | 17 | .social-icons { |
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 18 | font-size: 120%; |
| 19 | float: right; |
| 20 | text-align: right; |
Rushabh Mehta | 87e4801 | 2013-02-20 15:02:21 +0530 | [diff] [blame] | 21 | } |
| 22 | .social-icons a:hover { |
| 23 | text-decoration: none; |
| 24 | } |
| 25 | .social-icons a i:hover { |
| 26 | text-decoration: none; |
| 27 | } |
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 28 | .social-icons i { |
| 29 | margin-left: 5px; |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 30 | } |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 31 | |
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 32 | |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 33 | .web-footer-menu ul { |
| 34 | list-style: none; |
| 35 | margin: 0px; |
Rushabh Mehta | 4d20b22 | 2012-02-07 14:57:49 +0530 | [diff] [blame] | 36 | padding: 0px; |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 37 | } |
| 38 | |
| 39 | .web-footer-menu ul li { |
| 40 | display: inline; |
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 41 | padding: 2px 14px 2px 0px; |
| 42 | margin: 0px; |
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 43 | } |
| 44 | |
Rushabh Mehta | f41dd39 | 2013-02-21 16:57:54 +0530 | [diff] [blame] | 45 | .avatar { |
| 46 | display: inline-block; |
| 47 | vertical-align: middle; |
| 48 | overflow: hidden; |
| 49 | background-color: #ddd; |
| 50 | border: 1px solid #eee; |
| 51 | } |
| 52 | |
| 53 | .avatar-small { |
| 54 | margin-right: 5px; |
| 55 | width: 30px; |
| 56 | height: 30px; |
| 57 | border-radius: 30px; |
| 58 | -moz-border-radius: 30px; |
| 59 | -webkit-border-radius: 30px; |
| 60 | } |
| 61 | .avatar-small img { |
| 62 | width: 30px; |
| 63 | } |
| 64 | |
Rushabh Mehta | 676a568 | 2013-03-07 18:51:10 +0530 | [diff] [blame] | 65 | .avatar-medium { |
| 66 | margin-right: 5px; |
| 67 | width: 48px; |
| 68 | height: 48px; |
| 69 | border-radius: 48px; |
| 70 | -moz-border-radius: 48px; |
| 71 | -webkit-border-radius: 48px; |
| 72 | } |
| 73 | .avatar-medium img { |
| 74 | width: 48px; |
| 75 | } |
| 76 | |
Rushabh Mehta | f41dd39 | 2013-02-21 16:57:54 +0530 | [diff] [blame] | 77 | .avatar-large { |
| 78 | margin-right: 10px; |
| 79 | width: 72px; |
| 80 | height: 72px; |
| 81 | border-radius: 72px; |
| 82 | -moz-border-radius: 72px; |
| 83 | -webkit-border-radius: 72px; |
| 84 | } |
| 85 | .avatar-large img { |
| 86 | width: 72px; |
| 87 | } |
| 88 | |
| 89 | .avatar-x-large { |
| 90 | margin-right: 10px; |
| 91 | width: 100px; |
| 92 | height: 100px; |
| 93 | border-radius: 100px; |
| 94 | -moz-border-radius: 100px; |
| 95 | -webkit-border-radius: 100px; |
| 96 | } |
| 97 | .avatar-x-large img { |
| 98 | width: 100px; |
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 99 | } |
Rushabh Mehta | ec4dfab | 2013-05-28 17:01:52 +0530 | [diff] [blame] | 100 | |
| 101 | .carousel-control .icon { |
| 102 | position: absolute; |
| 103 | top: 50%; |
| 104 | left: 50%; |
| 105 | z-index: 5; |
| 106 | display: inline-block; |
| 107 | width: 20px; |
| 108 | height: 20px; |
| 109 | margin-top: -10px; |
| 110 | margin-left: -10px; |
| 111 | } |