| 1 |
.srr_settings h4{ |
| 2 |
border-bottom: 1px solid #DFDFDF; |
| 3 |
margin: 15px 0 10px 0; |
| 4 |
padding: 0 0 10px 0; |
| 5 |
font-size: 14px; |
| 6 |
} |
| 7 |
.srr_settings td { |
| 8 |
padding: 5px 0; |
| 9 |
} |
| 10 |
.srr_small_text{ |
| 11 |
font-size: 11px; |
| 12 |
color: #666666; |
| 13 |
} |
| 14 |
|
| 15 |
.srr_row{ |
| 16 |
display: flex; |
| 17 |
flex-wrap: nowrap; |
| 18 |
padding: 10px 0; |
| 19 |
} |
| 20 |
.srr_label{ |
| 21 |
width: 60%; |
| 22 |
padding-right: 15px; |
| 23 |
box-sizing: border-box; |
| 24 |
} |
| 25 |
.srr_label.srr_sm{ |
| 26 |
width: 30% |
| 27 |
} |
| 28 |
.srr_label.srr_xsm{ |
| 29 |
width: 20% |
| 30 |
} |
| 31 |
.srr_field{ |
| 32 |
flex: 1; |
| 33 |
} |
| 34 |
|
| 35 |
.srr_tab_list { |
| 36 |
display: flex; |
| 37 |
background: #f7f7f7; |
| 38 |
margin: 15px -15px; |
| 39 |
padding: 0 15px; |
| 40 |
border-top: 1px solid #dfdfdf; |
| 41 |
} |
| 42 |
.srr_tab_list li{ |
| 43 |
margin: 0; |
| 44 |
} |
| 45 |
.srr_tab_list a{ |
| 46 |
padding: 10px 15px; |
| 47 |
text-decoration: none; |
| 48 |
border-bottom: 3px solid transparent; |
| 49 |
display: inline-block; |
| 50 |
} |
| 51 |
.srr_tab_list a.active{ |
| 52 |
border-bottom-color: inherit; |
| 53 |
} |
| 54 |
.srr_tab_list a:hover{ |
| 55 |
border-bottom-color: #dfdfdf; |
| 56 |
} |
| 57 |
.srr_settings > section{ |
| 58 |
display: none; |
| 59 |
} |
| 60 |
.srr_settings > section.active{ |
| 61 |
display: block; |
| 62 |
} |
| 63 |
|
| 64 |
|
| 65 |
.srr_tt{ |
| 66 |
position: relative; |
| 67 |
display: inline-block; |
| 68 |
margin-left: 5px; |
| 69 |
cursor: help; |
| 70 |
} |
| 71 |
.srr_tt:hover, .srr_tt:focus{ |
| 72 |
color: #000; |
| 73 |
} |
| 74 |
.srr_tt:hover .srr_tt_text, .srr_tt:focus .srr_tt_text{ |
| 75 |
display: block; |
| 76 |
} |
| 77 |
.srr_tt_text{ |
| 78 |
display: none; |
| 79 |
width: 300px; |
| 80 |
position: absolute; |
| 81 |
top: 0; |
| 82 |
left: 30px; |
| 83 |
} |
| 84 |
.srr_tt > .srr_tt_text span { |
| 85 |
background: #333; |
| 86 |
color: #fff; |
| 87 |
padding: 5px 10px; |
| 88 |
border-radius: 3px; |
| 89 |
box-shadow: 0 0 4px 0px rgb(0 0 0 / 0.5); |
| 90 |
display: inline-block; |
| 91 |
} |
| 92 |
|
| 93 |
|
| 94 |
.srr_note{ |
| 95 |
border: 1px solid #FFD893; |
| 96 |
padding: 10px; |
| 97 |
background: #FFFEDA; |
| 98 |
margin: 10px 0 0; |
| 99 |
display: block; |
| 100 |
border-radius: 3px; |
| 101 |
} |
| 102 |
.srr_survey p { |
| 103 |
border: 1px solid #dfdfdf; |
| 104 |
padding: 15px; |
| 105 |
font-size: 12px; |
| 106 |
background: #fffbe8; |
| 107 |
margin: 0 -15px; |
| 108 |
border-width: 1px 0; |
| 109 |
} |
| 110 |
.srr_survey p span{ |
| 111 |
background: #ffe660; |
| 112 |
padding: 2px 5px; |
| 113 |
border-radius: 3px; |
| 114 |
margin: 0 5px 0 0; |
| 115 |
} |
| 116 |
.srr_survey .button-primary{ |
| 117 |
float: right; |
| 118 |
margin: 10px 0 0 10px; |
| 119 |
} |
| 120 |
.srr_info{ |
| 121 |
border: 1px solid #dfdfdf; |
| 122 |
margin: 15px -15px; |
| 123 |
padding: 10px 15px; |
| 124 |
background: #fafafa; |
| 125 |
border-width: 0 0 1px 0; |
| 126 |
} |
| 127 |
.srr_info p{ |
| 128 |
margin: 0; |
| 129 |
} |
| 130 |
.srr_info a{ |
| 131 |
text-decoration: none; |
| 132 |
} |
| 133 |
.srr_info a:hover { |
| 134 |
text-decoration: underline; |
| 135 |
} |
| 136 |
|
| 137 |
.srr_pro { |
| 138 |
border: 1px solid #ece9a5; |
| 139 |
margin: 20px -15px -16px -15px; |
| 140 |
padding: 10px 15px; |
| 141 |
background: #fffdf0; |
| 142 |
border-width: 1px 0 2px 0; |
| 143 |
color: #011936; |
| 144 |
} |
| 145 |
.srr_pro_label { |
| 146 |
background: gold; |
| 147 |
font-weight: bold; |
| 148 |
font-style: italic; |
| 149 |
padding: 5px 7px; |
| 150 |
border-radius: 5px; |
| 151 |
display: inline-block; |
| 152 |
margin: 0.25em 10px 0 0; |
| 153 |
} |
| 154 |
.srr_pro_intro { |
| 155 |
display: flex; |
| 156 |
flex-wrap: nowrap; |
| 157 |
cursor: pointer; |
| 158 |
margin: -10px -15px; |
| 159 |
padding: 10px 15px; |
| 160 |
} |
| 161 |
.srr_pro_intro:hover { |
| 162 |
box-shadow: 0 0 4px 0px #FFC107; |
| 163 |
position: relative; |
| 164 |
} |
| 165 |
.srr_pro_intro > p { |
| 166 |
margin: 0 0 0 5px; |
| 167 |
flex-basis: 100%; |
| 168 |
} |
| 169 |
.srr_pro_intro > p span{ |
| 170 |
font-style: italic; |
| 171 |
} |
| 172 |
.srr_pro_intro.srr_pro_expand .srr_pro_more{ |
| 173 |
transform: rotate(180deg); |
| 174 |
} |
| 175 |
.srr_pro_intro.srr_pro_expand { |
| 176 |
border-bottom: 1px dashed #ece9a5; |
| 177 |
} |
| 178 |
|
| 179 |
.srr_pro_details { |
| 180 |
display: none; |
| 181 |
margin: 0 0 0 35px; |
| 182 |
padding-top: 10px; |
| 183 |
} |
| 184 |
.srr_pro_features { |
| 185 |
margin: 20px 0; |
| 186 |
} |
| 187 |
.srr_pro_features li { |
| 188 |
margin: 0 0 15px 20px; |
| 189 |
position: relative; |
| 190 |
font-weight: bold; |
| 191 |
} |
| 192 |
.srr_pro_features li:before{ |
| 193 |
font-family: Dashicons; |
| 194 |
content: "\f147"; |
| 195 |
font-size: 20px; |
| 196 |
position: absolute; |
| 197 |
top: -4px; |
| 198 |
left: -25px; |
| 199 |
color: lightseagreen; |
| 200 |
} |
| 201 |
.srr_pro_features li span{ |
| 202 |
font-weight: normal; |
| 203 |
font-style: italic; |
| 204 |
} |
| 205 |
.srr_pro_details .button-primary{ |
| 206 |
background: #009688; |
| 207 |
border-color: #026f65; |
| 208 |
margin-right: 5px; |
| 209 |
} |
| 210 |
|
| 211 |
div[id*="super_rss_reader"] .widget-title h3 { |
| 212 |
background-image: url(../images/super-rss-reader-sm.png); |
| 213 |
background-position: right; |
| 214 |
background-repeat: no-repeat; |
| 215 |
} |