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