Rushabh Mehta | 78db3ec | 2013-02-21 14:25:30 +0530 | [diff] [blame] | 1 | div.outer { |
Rushabh Mehta | 9f3c727 | 2013-03-07 14:47:41 +0530 | [diff] [blame] | 2 | padding: 30px; |
| 3 | margin: 30px -30px 10px -30px; |
Rushabh Mehta | 78db3ec | 2013-02-21 14:25:30 +0530 | [diff] [blame] | 4 | min-height: 400px; |
Rushabh Mehta | 1c8ab8a | 2012-12-10 14:56:45 +0530 | [diff] [blame] | 5 | } |
| 6 | |
Rushabh Mehta | 78db3ec | 2013-02-21 14:25:30 +0530 | [diff] [blame] | 7 | .outer .navbar { |
Rushabh Mehta | bed19ac | 2013-03-21 17:12:25 +0530 | [diff] [blame] | 8 | margin: -30px -30px 20px -30px; |
Rushabh Mehta | 78db3ec | 2013-02-21 14:25:30 +0530 | [diff] [blame] | 9 | } |
| 10 | |
Rushabh Mehta | 87e4801 | 2013-02-20 15:02:21 +0530 | [diff] [blame] | 11 | footer { |
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 12 | text-align: left; |
Rushabh Mehta | 87e4801 | 2013-02-20 15:02:21 +0530 | [diff] [blame] | 13 | margin: auto; |
Rushabh Mehta | 83833ce | 2013-02-21 14:40:14 +0530 | [diff] [blame] | 14 | margin-bottom: 20px; |
Rushabh Mehta | 87e4801 | 2013-02-20 15:02:21 +0530 | [diff] [blame] | 15 | } |
| 16 | |
Rushabh Mehta | 1c8ab8a | 2012-12-10 14:56:45 +0530 | [diff] [blame] | 17 | .navbar-inner { |
| 18 | border: 0px; |
| 19 | border-bottom: 1px solid #ddd; |
| 20 | border-radius: 0px; |
Rushabh Mehta | 676a568 | 2013-03-07 18:51:10 +0530 | [diff] [blame] | 21 | padding-right: 30px; |
| 22 | padding-left: 30px; |
Rushabh Mehta | aa848be | 2012-02-17 12:06:33 +0530 | [diff] [blame] | 23 | } |
| 24 | |
Rushabh Mehta | b6f8088 | 2012-03-23 14:19:49 +0530 | [diff] [blame] | 25 | p, li { |
Rushabh Mehta | 84adf1b | 2012-12-28 10:30:46 +0530 | [diff] [blame] | 26 | line-height: 1.5em; |
Rushabh Mehta | b6f8088 | 2012-03-23 14:19:49 +0530 | [diff] [blame] | 27 | } |
| 28 | |
Rushabh Mehta | 1c8ab8a | 2012-12-10 14:56:45 +0530 | [diff] [blame] | 29 | .layout-wrapper { |
| 30 | box-shadow: none; |
| 31 | -webkit-box-shadow: none; |
| 32 | -moz-box-shadow: none; |
Rushabh Mehta | 5b3d83f | 2012-12-24 11:47:24 +0530 | [diff] [blame] | 33 | border-radius: 0px 0px 5px 5px; |
Rushabh Mehta | bd20d29 | 2012-02-08 10:23:16 +0530 | [diff] [blame] | 34 | } |
| 35 | |
Rushabh Mehta | c50f088 | 2012-12-10 18:25:30 +0530 | [diff] [blame] | 36 | .layout-main { |
| 37 | min-height: 400px; |
Rushabh Mehta | 84adf1b | 2012-12-28 10:30:46 +0530 | [diff] [blame] | 38 | padding: 30px; |
Rushabh Mehta | 13531b7 | 2012-02-20 12:35:23 +0530 | [diff] [blame] | 39 | } |
| 40 | |
Rushabh Mehta | 78db3ec | 2013-02-21 14:25:30 +0530 | [diff] [blame] | 41 | .missing-image { |
| 42 | background-color: #eee; |
| 43 | padding: 40px; |
| 44 | width: 32px; |
| 45 | font-size: 32px; |
| 46 | color: #888; |
| 47 | } |
| 48 | |
Rushabh Mehta | 87e4801 | 2013-02-20 15:02:21 +0530 | [diff] [blame] | 49 | .social-icons { |
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 50 | font-size: 120%; |
| 51 | float: right; |
| 52 | text-align: right; |
Rushabh Mehta | 87e4801 | 2013-02-20 15:02:21 +0530 | [diff] [blame] | 53 | } |
| 54 | .social-icons a:hover { |
| 55 | text-decoration: none; |
| 56 | } |
| 57 | .social-icons a i:hover { |
| 58 | text-decoration: none; |
| 59 | } |
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 60 | .social-icons i { |
| 61 | margin-left: 5px; |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 62 | } |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 63 | |
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 64 | |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 65 | .web-footer-menu ul { |
| 66 | list-style: none; |
| 67 | margin: 0px; |
Rushabh Mehta | 4d20b22 | 2012-02-07 14:57:49 +0530 | [diff] [blame] | 68 | padding: 0px; |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 69 | } |
| 70 | |
| 71 | .web-footer-menu ul li { |
| 72 | display: inline; |
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 73 | padding: 2px 14px 2px 0px; |
| 74 | margin: 0px; |
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 75 | } |
| 76 | |
Rushabh Mehta | f41dd39 | 2013-02-21 16:57:54 +0530 | [diff] [blame] | 77 | .avatar { |
| 78 | display: inline-block; |
| 79 | vertical-align: middle; |
| 80 | overflow: hidden; |
| 81 | background-color: #ddd; |
| 82 | border: 1px solid #eee; |
| 83 | } |
| 84 | |
| 85 | .avatar-small { |
| 86 | margin-right: 5px; |
| 87 | width: 30px; |
| 88 | height: 30px; |
| 89 | border-radius: 30px; |
| 90 | -moz-border-radius: 30px; |
| 91 | -webkit-border-radius: 30px; |
| 92 | } |
| 93 | .avatar-small img { |
| 94 | width: 30px; |
| 95 | } |
| 96 | |
Rushabh Mehta | 676a568 | 2013-03-07 18:51:10 +0530 | [diff] [blame] | 97 | .avatar-medium { |
| 98 | margin-right: 5px; |
| 99 | width: 48px; |
| 100 | height: 48px; |
| 101 | border-radius: 48px; |
| 102 | -moz-border-radius: 48px; |
| 103 | -webkit-border-radius: 48px; |
| 104 | } |
| 105 | .avatar-medium img { |
| 106 | width: 48px; |
| 107 | } |
| 108 | |
Rushabh Mehta | f41dd39 | 2013-02-21 16:57:54 +0530 | [diff] [blame] | 109 | .avatar-large { |
| 110 | margin-right: 10px; |
| 111 | width: 72px; |
| 112 | height: 72px; |
| 113 | border-radius: 72px; |
| 114 | -moz-border-radius: 72px; |
| 115 | -webkit-border-radius: 72px; |
| 116 | } |
| 117 | .avatar-large img { |
| 118 | width: 72px; |
| 119 | } |
| 120 | |
| 121 | .avatar-x-large { |
| 122 | margin-right: 10px; |
| 123 | width: 100px; |
| 124 | height: 100px; |
| 125 | border-radius: 100px; |
| 126 | -moz-border-radius: 100px; |
| 127 | -webkit-border-radius: 100px; |
| 128 | } |
| 129 | .avatar-x-large img { |
| 130 | width: 100px; |
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 131 | } |