| 1 |
/*The main wrapper*/ |
| 2 |
#fep-wrapper |
| 3 |
{ |
| 4 |
margin: 5px; |
| 5 |
position: relative; |
| 6 |
/*background-color: white;*/ /*Uncomment this if you have dark background and can't see the text*/ |
| 7 |
} |
| 8 |
|
| 9 |
/*Header styling*/ |
| 10 |
#fep-header |
| 11 |
{ |
| 12 |
border: 1px solid #E7E7E7; |
| 13 |
width: 100%; |
| 14 |
/* color: #000000; */ |
| 15 |
} |
| 16 |
|
| 17 |
#fep-header strong |
| 18 |
{ |
| 19 |
/* color: #333; */ |
| 20 |
font-size: 20px; |
| 21 |
} |
| 22 |
|
| 23 |
#fep-header .avatar |
| 24 |
{ |
| 25 |
border: none; |
| 26 |
margin: 5px; |
| 27 |
padding: 0; |
| 28 |
vertical-align: top; |
| 29 |
display: inline-block; |
| 30 |
} |
| 31 |
|
| 32 |
/*Content styling*/ |
| 33 |
#fep-content |
| 34 |
{ |
| 35 |
margin-top: 10px; |
| 36 |
margin-bottom: 10px; |
| 37 |
padding: 5px; |
| 38 |
height: auto; |
| 39 |
width: 100%; |
| 40 |
border: 1px solid #E7E7E7; |
| 41 |
/* color: #000000; */ |
| 42 |
overflow:auto; |
| 43 |
} |
| 44 |
|
| 45 |
#fep-content p, #fep-content form |
| 46 |
{ |
| 47 |
margin: 5px; |
| 48 |
} |
| 49 |
|
| 50 |
#fep-content hr |
| 51 |
{ |
| 52 |
margin-top: 5px; |
| 53 |
margin-bottom: 5px; |
| 54 |
} |
| 55 |
|
| 56 |
|
| 57 |
#fep-content textarea |
| 58 |
{ |
| 59 |
width: 100%; |
| 60 |
height: 200px; |
| 61 |
/* border: 1px solid #E7E7E7; */ |
| 62 |
} |
| 63 |
|
| 64 |
#fep-content input[type=text] |
| 65 |
{ |
| 66 |
/* width: 90%; */ |
| 67 |
/* min-width:250px; */ |
| 68 |
/* border: 1px solid #E7E7E7; */ |
| 69 |
} |
| 70 |
|
| 71 |
#fep-content a |
| 72 |
{ |
| 73 |
/* color: navy; */ |
| 74 |
text-decoration: underline; |
| 75 |
} |
| 76 |
|
| 77 |
|
| 78 |
#fep-content .avatar { |
| 79 |
border-radius: 50%; |
| 80 |
-moz-border-radius: 50%; |
| 81 |
-webkit-border-radius: 50%; |
| 82 |
} |
| 83 |
|
| 84 |
/*Footer styling*/ |
| 85 |
#fep-footer |
| 86 |
{ |
| 87 |
text-align: center; |
| 88 |
font-size: 10px; |
| 89 |
border: 1px solid #E7E7E7; |
| 90 |
width: 100%; |
| 91 |
/* color: #333; */ |
| 92 |
} |
| 93 |
|
| 94 |
#fep-footer a, #fep-footer a:hover, #fep-footer a:visited |
| 95 |
{ |
| 96 |
/* color: #333; */ |
| 97 |
text-decoration: underline; |
| 98 |
} |
| 99 |
|
| 100 |
/*Auto-suggest*/ |
| 101 |
#fep-result |
| 102 |
{ |
| 103 |
width:250px; |
| 104 |
border: solid 1px #333; |
| 105 |
display: none; |
| 106 |
position: absolute; |
| 107 |
background: #D3EEF5; |
| 108 |
} |
| 109 |
|
| 110 |
#fep-result ul, #fep-result li |
| 111 |
{ |
| 112 |
padding: 0px; |
| 113 |
margin: 0px; |
| 114 |
border: 0px; |
| 115 |
list-style: none; |
| 116 |
} |
| 117 |
|
| 118 |
#fep-result li |
| 119 |
{ |
| 120 |
border-top: solid 1px #333; |
| 121 |
} |
| 122 |
|
| 123 |
#fep-result li a |
| 124 |
{ |
| 125 |
display: block; |
| 126 |
padding: 5px; |
| 127 |
text-decoration: none; |
| 128 |
color: #333; |
| 129 |
font-weight: normal; |
| 130 |
} |
| 131 |
|
| 132 |
#fep-result li a:hover |
| 133 |
{ |
| 134 |
background: #333; |
| 135 |
color: white; |
| 136 |
} |
| 137 |
|
| 138 |
.fep-table {display: table; width:100%; border-collapse: collapse;} |
| 139 |
.fep-table > div {display: table-row;} |
| 140 |
.fep-table > div > div {display: table-cell;} |
| 141 |
.fep-table .fep-table-caption {display: table-caption; text-align:center; font-weight:bold;} |
| 142 |
|
| 143 |
.fep-action-table{ margin-bottom: 10px; } |
| 144 |
.fep-action-table > div > div { width:25%} |
| 145 |
.fep-action-table select { margin-top:10px;} |
| 146 |
|
| 147 |
.fep-table .fep-column-avatar, .fep-table .fep-column-fep-cb { vertical-align:middle; padding-right:10px;} |
| 148 |
.fep-table .fep-column-author, .fep-table .fep-column-date { min-width:150px;} |
| 149 |
.fep-table .fep-message-date { display:block;} |
| 150 |
.fep-table .fep-message-excerpt { opacity:0.3; } |
| 151 |
/* |
| 152 |
.fep-odd-even > div:nth-child(odd) { |
| 153 |
background-color: #F2F7FC; |
| 154 |
} |
| 155 |
|
| 156 |
.fep-odd-even > div:nth-child(even) { |
| 157 |
background-color: #FAFAFA; |
| 158 |
} |
| 159 |
*/ |
| 160 |
.fep-unread-classp { |
| 161 |
position:relative; |
| 162 |
} |
| 163 |
|
| 164 |
.fep-unread-class { |
| 165 |
position:absolute; /* This breaks the div from the normal HTML document. */ |
| 166 |
top: -6px; |
| 167 |
padding: 0 1px; |
| 168 |
background-color:red; /* you could use a background image if you'd like as well */ |
| 169 |
color:white; |
| 170 |
font-weight:bold; |
| 171 |
font-size: 9px; |
| 172 |
height: 16px; |
| 173 |
line-height: 16px; |
| 174 |
border-radius:30px; |
| 175 |
box-shadow:1px 1px 1px gray; |
| 176 |
} |
| 177 |
|
| 178 |
.fep-message-toggle-all { |
| 179 |
cursor: pointer; |
| 180 |
} |
| 181 |
|
| 182 |
.fep-align-left{ text-align:left;} |
| 183 |
.fep-align-right{ text-align:right;} |
| 184 |
.fep-align-centre{ text-align:center;} |
| 185 |
.fep-hd {display:none;} |
| 186 |
.fep-strong{ font-weight:bold; } |
| 187 |
|
| 188 |
.fep-pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:6px} |
| 189 |
.fep-pagination>li{display:inline} |
| 190 |
.fep-pagination>li>a,.fep-pagination>li>span{position:relative;float:left;padding:7px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px;font-size:12px} |
| 191 |
.fep-pagination>li:first-child>a,.fep-pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:3px;border-top-left-radius:3px} |
| 192 |
.fep-pagination>li:last-child>a,.fep-pagination>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px} |
| 193 |
.fep-pagination>li>a:hover,.fep-pagination>li>span:hover,.fep-pagination>li>a:focus,.fep-pagination>li>span:focus{color:#23527c;background-color:#eee;border-color:#ddd} |
| 194 |
.fep-pagination>.active>a,.fep-pagination>.active>span,.fep-pagination>.active>a:hover,.fep-pagination>.active>span:hover,.fep-pagination>.active>a:focus,.fep-pagination>.active>span:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default} |
| 195 |
.fep-pagination>.disabled>span,.fep-pagination>.disabled>span:hover,.fep-pagination>.disabled>span:focus,.fep-pagination>.disabled>a,.fep-pagination>.disabled>a:hover,.fep-pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed} |
| 196 |
|
| 197 |
.fep-loading-gif { |
| 198 |
background:url('../images/loading.gif') no-repeat right center; |
| 199 |
padding-right:16px; |
| 200 |
} |
| 201 |
|
| 202 |
.fep-message .fep-message-title-heading, .fep-per-message .fep-message-title { |
| 203 |
border: 1px solid #E7E7E7; |
| 204 |
width: 100%; |
| 205 |
font-weight:bold; |
| 206 |
/* background-color:#F2F7FC; */ |
| 207 |
border-radius: 10px; |
| 208 |
padding:10px; |
| 209 |
margin-bottom:5px; |
| 210 |
-webkit-box-sizing: border-box; |
| 211 |
-moz-box-sizing: border-box; |
| 212 |
box-sizing: border-box; |
| 213 |
} |
| 214 |
.fep-message .fep-message-title-heading { |
| 215 |
font-size: 20px; |
| 216 |
} |
| 217 |
.fep-message .fep-message-title-heading .fep_block_unblock_user { |
| 218 |
font-size: 16px; |
| 219 |
font-weight: normal; |
| 220 |
} |
| 221 |
.fep-per-message .fep-message-title { |
| 222 |
font-size: 16px; |
| 223 |
cursor:pointer; |
| 224 |
} |
| 225 |
.fep-per-message { |
| 226 |
margin: 5px; |
| 227 |
padding:5px; |
| 228 |
border: 1px solid #E7E7E7; |
| 229 |
} |
| 230 |
.fep-per-message .fep-message-title .date |
| 231 |
{ |
| 232 |
text-align:right; |
| 233 |
padding-left:10px; |
| 234 |
font-weight: normal; |
| 235 |
font-size:12px |
| 236 |
} |
| 237 |
.fep-per-message .fep-message-title |
| 238 |
{ |
| 239 |
display: flex; |
| 240 |
justify-content: space-between; |
| 241 |
} |
| 242 |
.fep-avatar-p { |
| 243 |
position: relative; |
| 244 |
height: 60px; |
| 245 |
} |
| 246 |
.fep-avatar-p-120 { |
| 247 |
min-width: 120px; |
| 248 |
} |
| 249 |
.fep-avatar-p-90 { |
| 250 |
min-width: 90px; |
| 251 |
} |
| 252 |
.fep-avatar-p .fep-avatar-1, .fep-avatar-p .fep-avatar-2, .fep-avatar-more-60, .fep-avatar-group-60 { |
| 253 |
width: 60px; |
| 254 |
height: 60px; |
| 255 |
} |
| 256 |
.fep-avatar-p .fep-avatar-2{ |
| 257 |
position: absolute; |
| 258 |
left: 30px; |
| 259 |
top: 0px; |
| 260 |
} |
| 261 |
.fep-avatar-more-60 { |
| 262 |
background:url('../images/avatar-more-60.png') no-repeat 0 0; |
| 263 |
} |
| 264 |
.fep-avatar-group-60 { |
| 265 |
background:url('../images/avatar-group-60.png') no-repeat 0 0; |
| 266 |
} |
| 267 |
.fep-avatar-p .fep-avatar-more-60 { |
| 268 |
position: absolute; |
| 269 |
left: 60px; |
| 270 |
top: 0px; |
| 271 |
} |
| 272 |
|
| 273 |
@media screen and (max-width: 480px) { |
| 274 |
.fep-table .fep-column-avatar { display:none;} |
| 275 |
.fep-action-table, .fep-action-table > div,.fep-action-table > div > div {display:block;} |
| 276 |
.fep-action-table > div > div {width:100%} |
| 277 |
#fep-menu .fep-button,.fep-button,.fep-button-active { width:100% } |
| 278 |
#fep-content input[type=text]{ width:100%} |
| 279 |
} |
| 280 |
@media screen and (max-width: 768px) { |
| 281 |
.fep-table .fep-message-excerpt { display:none;} |
| 282 |
} |