Changeset 3379 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 06/15/2016 10:09:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r3316 r3379 1134 1134 1135 1135 .source-code-container { 1136 border-right: 1px solid #dfdfdf;1137 1136 overflow-x: auto; 1138 1137 overflow-y: hidden; … … 1156 1155 // User contributed notes 1157 1156 &.single-wp-parser-function, &.single-wp-parser-method, &.single-wp-parser-hook { 1157 1158 .bad-note .comment-content { 1159 opacity: .6; 1160 } 1161 1162 .bad-note .comment-content:hover { 1163 opacity: 1; 1164 } 1165 1158 1166 .comment-list, 1159 1167 .comment-list ol { … … 1164 1172 1165 1173 .comment-list li { 1166 padding: 2rem 1.5rem 1rem;1174 margin-top: 2.5rem; 1167 1175 background: #fff; 1168 1176 overflow: auto; 1169 1170 &:first-child { 1171 padding-top: 1rem; 1172 } 1177 border: 1px solid #dfdfdf; 1178 border-radius: 2px; 1173 1179 1174 1180 article { 1175 border-bottom: 1px solid #dfdfdf;1176 padding-bottom: 1em;1177 1181 overflow: auto; 1178 1182 } … … 1181 1185 .comment-list .avatar { 1182 1186 float: left; 1183 width: 2.5em; 1184 height: 2.5em; 1185 margin: -0.5em 1em 0.5em 0; 1187 margin: -2px 1em 0 0; 1186 1188 padding: 0.125em; 1187 1189 border: 1px solid #eee; … … 1189 1191 1190 1192 .comment-author-attribution { 1191 font-weight: bold;1192 1193 } 1193 1194 1194 1195 .comment-meta { 1195 margin: 0 0 1.5em 0; 1196 font-size: 0.75em; 1196 padding: .5em 1em; 1197 background-color: #f7f7f7; 1198 overflow: auto; 1197 1199 } 1198 1200 … … 1200 1202 .comment-meta .comment-author cite a { 1201 1203 } 1204 1202 1205 .comment-meta a { 1203 1206 } … … 1211 1214 margin-left: 0; 1212 1215 clear: both; 1216 padding: 2rem 1.5rem .5rem; 1217 } 1218 1219 .comment-footer { 1220 margin: 0 1em; 1221 padding: 0 0 1em 0; 1222 position: relative; 1223 overflow: auto; 1224 1225 a { 1226 float: right; 1227 } 1228 1229 p { 1230 margin-bottom: 0; 1231 } 1213 1232 } 1214 1233 … … 1269 1288 .comment-author { 1270 1289 float: left; 1290 line-height: 1.8; 1291 } 1292 1293 #add-user-note { 1294 font-size: 1.6rem; 1271 1295 } 1272 1296 } … … 1415 1439 1416 1440 .user-note-voting { 1417 font-size: 1. 5em;1441 font-size: 1.2em; 1418 1442 clear: left; 1419 1443 float: left; 1420 margin-top: -5px;1421 1444 margin-right: 10px; 1422 1445 } … … 1430 1453 margin-left: -9px; 1431 1454 } 1455 1456 span.user-note-voting-up, 1457 span.user-note-voting-down { 1458 cursor: default; 1459 } 1460 1432 1461 .user-note-voting-count { 1433 1462 margin-right: -2px;
Note: See TracChangeset
for help on using the changeset viewer.