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