| @@ -1,76 +1,213 @@ | ||
| 1 | 1 | @charset "utf-8"; |
| 2 | 2 | /* CSS Document */ |
| 3 | 3 | |
| 4 | 4 | |
| 5 | -/*Admin CSS*/ | |
| 5 | +/*CSS front page*/ | |
| 6 | +.team-container { | |
| 7 | + margin: 50px 0; | |
| 8 | + overflow: hidden; | |
| 9 | + padding: 40px 0; | |
| 10 | + position: relative; | |
| 11 | + text-align: center; | |
| 12 | + width: 100% | |
| 13 | + } | |
| 6 | 14 | |
| 7 | -#team_metabox ul.team_bg_img_list{} | |
| 15 | +.team-popup-box { | |
| 16 | + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3); | |
| 17 | + display: none; | |
| 18 | + height: 100%; | |
| 19 | + left: 0; | |
| 20 | + position: fixed; | |
| 21 | + text-align: center; | |
| 22 | + top: 0; | |
| 23 | + width: 100%; | |
| 24 | + z-index: 2147483647 | |
| 25 | + } | |
| 8 | 26 | |
| 9 | -#team_metabox ul.team_bg_img_list li { | |
| 10 | - display: inline-block; | |
| 11 | - margin: 5px; | |
| 12 | -} | |
| 13 | -#team_metabox ul.team_bg_img_list li.bg-selected {} | |
| 27 | +.team-popup-box .team-slide { | |
| 28 | + background: none repeat scroll 0 0 rgb(255, 255, 255); | |
| 29 | + display: none; | |
| 30 | + height: 80%; | |
| 31 | + margin-bottom: 10px; | |
| 32 | + margin-top: 65px; | |
| 33 | + overflow-y: scroll; | |
| 34 | + padding: 20px; | |
| 35 | + position: relative; | |
| 36 | + text-align: left; | |
| 37 | + width: 80% | |
| 38 | + } | |
| 14 | 39 | |
| 15 | -#team_metabox ul.team_bg_img_list li img{border: 2px solid #ffffff;} | |
| 40 | +.team-popup-box .team-slide-thumb { | |
| 41 | + display: inline-block; | |
| 42 | + vertical-align: top; | |
| 43 | + width: 45% | |
| 44 | + } | |
| 16 | 45 | |
| 17 | -#team_metabox ul.team_bg_img_list li.bg-selected img{ | |
| 18 | - border: 2px solid #ff5a11; | |
| 19 | -} | |
| 46 | +.team-popup-box .team-slide-thumb img { | |
| 47 | + -moz-border-radius: 0; | |
| 48 | + -webkit-border-radius: 0; | |
| 49 | + border-radius: 0; | |
| 50 | + -moz-box-shadow: none; | |
| 51 | + -webkit-box-shadow: none; | |
| 52 | + box-shadow: none | |
| 53 | + } | |
| 20 | 54 | |
| 55 | +.team-popup-box .team-slide-title { | |
| 56 | + display: inline-block; | |
| 57 | + font-size: 18px; | |
| 58 | + font-weight: bold; | |
| 59 | + padding: 5px 0 | |
| 60 | + } | |
| 21 | 61 | |
| 62 | +.team-popup-box .team-slide-position { | |
| 63 | + clear: both; | |
| 64 | + display: inline-block; | |
| 65 | + font-size: 13px; | |
| 66 | + font-style: italic; | |
| 67 | + padding: 5px 0 5px 20px | |
| 68 | + } | |
| 22 | 69 | |
| 70 | +.team-popup-box hr { | |
| 71 | + margin: 0 0 15px; | |
| 72 | + padding: 0 | |
| 73 | + } | |
| 23 | 74 | |
| 24 | -#team_metabox .team_loading_taxonomy_category { | |
| 25 | - background: url("loading.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0); | |
| 26 | - height: 11px; | |
| 27 | - margin-bottom: 20px; | |
| 28 | - width: 30px; | |
| 29 | -} | |
| 75 | +.team-popup-box .team-slide-content { | |
| 76 | + display: inline-block; | |
| 77 | + font-size: 13px; | |
| 78 | + padding: 0 20px; | |
| 79 | + width: 45% | |
| 80 | + } | |
| 30 | 81 | |
| 82 | +.team-container .team-social { | |
| 83 | + padding: 10px | |
| 84 | + } | |
| 31 | 85 | |
| 32 | -#team_metabox div.team_taxonomy_category{} | |
| 86 | +.team-container .team-social span { | |
| 87 | + -webkit-background-size: 100% auto !important; | |
| 88 | + background-size: 100% auto !important; | |
| 89 | + display: inline-block; | |
| 90 | + height: 20px; | |
| 91 | + margin: 0 2px; | |
| 92 | + width: 20px | |
| 93 | + } | |
| 33 | 94 | |
| 95 | +.team-container .team-social a { | |
| 96 | + display: block; | |
| 97 | + height: 100%; | |
| 98 | + width: 100% | |
| 99 | + } | |
| 34 | 100 | |
| 35 | -#team_metabox ul.content_source_area { | |
| 36 | - margin-left: 15px; | |
| 37 | -} | |
| 101 | +/*Icon Themes*/ | |
| 102 | +.team-container .team-social.flat span { | |
| 103 | + -moz-border-radius: 0; | |
| 104 | + -webkit-border-radius: 0; | |
| 105 | + border-radius: 0 | |
| 106 | + } | |
| 38 | 107 | |
| 39 | -#team_metabox ul.content_source_area li{} | |
| 108 | +.team-container .team-social.rounded span { | |
| 109 | + -moz-border-radius: 50%; | |
| 110 | + -webkit-border-radius: 50%; | |
| 111 | + border-radius: 50% | |
| 112 | + } | |
| 40 | 113 | |
| 114 | +.team-container .team-social.rounded-border span { | |
| 115 | + border: 2px solid rgba(176, 176, 176, 0.5); | |
| 116 | + -moz-border-radius: 50%; | |
| 117 | + -webkit-border-radius: 50%; | |
| 118 | + border-radius: 50% | |
| 119 | + } | |
| 41 | 120 | |
| 42 | -#team_metabox ul.content_source_area .content-source-box { | |
| 43 | - display: none; | |
| 44 | -} | |
| 121 | +.team-container .team-social.semi-rounded span { | |
| 122 | + -moz-border-radius: 10px; | |
| 123 | + -webkit-border-radius: 10px; | |
| 124 | + border-radius: 5px | |
| 125 | + } | |
| 45 | 126 | |
| 46 | -#team_metabox ul.content_source_area li div.active { | |
| 47 | - background: none repeat scroll 0 0 #e6e6e6; | |
| 48 | - border-left: 3px solid #11b063; | |
| 49 | - display: block; | |
| 50 | - margin: 10px 10px 0 20px; | |
| 51 | - padding: 10px 0 10px 5px; | |
| 52 | -} | |
| 127 | +.team-container .team-social .website { | |
| 128 | + background: url(icons/website.png) repeat scroll 0 0 rgba(0, 0, 0, 0) | |
| 129 | + } | |
| 53 | 130 | |
| 131 | +.team-container .team-social .email { | |
| 132 | + background: url(icons/email.png) repeat scroll 0 0 rgba(0, 0, 0, 0) | |
| 133 | + } | |
| 54 | 134 | |
| 135 | +.team-container .team-social .skype { | |
| 136 | + background: url(icons/skype.png) repeat scroll 0 0 rgba(0, 0, 0, 0) | |
| 137 | + } | |
| 55 | 138 | |
| 139 | +.team-container .team-social .mobile { | |
| 140 | + background: url(icons/mobile.png) repeat scroll 0 0 rgba(0, 0, 0, 0) | |
| 141 | + } | |
| 56 | 142 | |
| 143 | +.team-container .team-social .facebook { | |
| 144 | + background: url(icons/facebook.png) repeat scroll 0 0 rgba(0, 0, 0, 0) | |
| 145 | + } | |
| 57 | 146 | |
| 147 | +.team-container .team-social .twitter { | |
| 148 | + background: url(icons/twitter.png) repeat scroll 0 0 rgba(0, 0, 0, 0) | |
| 149 | + } | |
| 58 | 150 | |
| 151 | +.team-container .team-social .googleplus { | |
| 152 | + background: url(icons/googleplus.png) repeat scroll 0 0 rgba(0, 0, 0, 0) | |
| 153 | + } | |
| 59 | 154 | |
| 155 | +.team-container .team-social .pinterest { | |
| 156 | + background: url(icons/pinterest.png) repeat scroll 0 0 rgba(0, 0, 0, 0) | |
| 157 | + } | |
| 158 | + | |
| 159 | +.team-container .team-social .linkedin { | |
| 160 | + background: url(icons/linkedin.png) repeat scroll 0 0 rgba(0, 0, 0, 0) | |
| 161 | + } | |
| 162 | + | |
| 163 | + | |
| 60 | 164 | |
| 165 | +/* ###################paginate########################### */ | |
| 61 | 166 | |
| 167 | +.team-container .paginate { | |
| 168 | + margin: 30px 0 0; | |
| 169 | +} | |
| 62 | 170 | |
| 171 | +.team-container .paginate .page-numbers { | |
| 172 | + background: none repeat scroll 0 0 rgb(31, 191, 69); | |
| 173 | + color: rgb(255, 255, 255); | |
| 174 | + display: inline-block; | |
| 175 | + margin: 3px 0; | |
| 176 | + padding: 3px 8px; | |
| 177 | + text-decoration: none | |
| 178 | + } | |
| 63 | 179 | |
| 180 | +.team-container .paginate .page-numbers:hover { | |
| 181 | + background: none repeat scroll 0 0 rgb(14, 140, 44) | |
| 182 | + } | |
| 64 | 183 | |
| 184 | +.team-container .paginate .current { | |
| 185 | + background: none repeat scroll 0 0 rgb(14, 140, 44) | |
| 186 | + } | |
| 65 | 187 | |
| 66 | -/*CSS front page*/ | |
| 67 | 188 | |
| 68 | -.team-container { | |
| 69 | - margin: 50px 0; | |
| 70 | - overflow: hidden; | |
| 71 | - padding: 40px 0; | |
| 72 | - position: relative; | |
| 189 | + | |
| 190 | +.team-container .team-popup-box .close { | |
| 191 | + background: url(cross-mark.png) no-repeat scroll 7px 7px rgba(0, 0, 0, 0.51); | |
| 192 | + cursor: pointer; | |
| 193 | + display: inline-block; | |
| 194 | + height: 30px; | |
| 195 | + margin-top: 65px; | |
| 73 | 196 | text-align: center; |
| 74 | - width: 100%; | |
| 197 | + top: 0; | |
| 198 | + vertical-align: top; | |
| 199 | + width: 30px; | |
| 75 | 200 | } |
| 76 | 201 | |
| 202 | + | |
| 203 | + | |
| 204 | +@media only screen and (max-width: 700px) { | |
| 205 | + .team-popup-box .team-slide { | |
| 206 | + max-height: 300px; | |
| 207 | + width: 80% | |
| 208 | + } | |
| 209 | + .team-popup-box .team-slide-content { | |
| 210 | + padding: 20px 0; | |
| 211 | + width: 90% | |
| 212 | + } | |
| 213 | + } | |