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