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