Changeset 16537 for plugins/pkContextCMSPlugin
- Timestamp:
- 03/23/09 22:35:07 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/pkContextCMSPlugin/cmstest/web/css/main.css
r16203 r16537 155 155 156 156 input, 157 textarea 158 { 159 width: 238px; 160 } 161 162 input.submit 163 { 164 width: auto; 165 } 166 167 input[type="hidden"] 168 { 169 display: none !important; 170 } 171 172 form .form-row 173 { 174 clear: both; 175 padding: 10px; 176 float: left; 177 } 178 179 form .form-row .error_list 180 { 181 display: block; 182 margin-left: 120px; 183 font-size: 11px; 184 } 185 186 form .form-row .error_list li 187 { 188 float:left; 189 margin-left:0px; 190 height:20px; 191 line-height:24px; 192 padding-left:20px; 193 background:url(/pkContextCMSplugin/images/pk-icon-error.png) top left no-repeat; 157 textarea { 158 width: 238px; 159 } 160 161 input.submit { 162 width: auto; 163 } 164 165 input[type="hidden"] { 166 display: none !important; 167 } 168 169 form .form-row { 170 clear: both; 171 padding: 10px; 172 float: left; 173 } 174 175 form .form-row .error_list { 176 display: block; 177 margin-left: 120px; 178 font-size: 11px; 179 } 180 181 form .pk_admin_form_row .error_list li, 182 form .form-row .error_list li { 183 float: left; 184 margin-left: 0px; 185 height: 20px; 186 line-height: 24px; 187 padding-left: 20px; 188 background: url(/pkContextCMSplugin/images/pk-icon-error.png) top left no-repeat; 194 189 } 195 190 /* ================================================================================================ … … 216 211 } 217 212 218 .container { /* Site Wrapper */213 .container {/* Site Wrapper */ 219 214 width: 960px; 220 215 margin: 0 auto; … … 222 217 } 223 218 224 .container.outer { /* Site Wrapper to Crop Shadow */219 .container.outer {/* Site Wrapper to Crop Shadow */ 225 220 width: auto; 226 221 min-width: 960px; /* If this hack doesn't work, jQuery can correct for IE6*/ … … 256 251 /* [START] pkContextCMS BREADCRUMB =========================== */ 257 252 258 #pk-context-cms-breadcrumb, 259 #pk- media-breadcrumb {253 #pk-context-cms-breadcrumb, /* CMS and Non-CMS Breadcrumb styles - Non-CMS could be broken out and dupilicated across plugin css that uses breadcrumb for release*/ 254 #pk-breadcrumb { 260 255 position: relative; 261 256 top: 4px; … … 269 264 270 265 #pk-context-cms-breadcrumb a, 271 #pk- media-breadcrumb a {266 #pk-breadcrumb a { 272 267 color: #13A0BC; 273 268 text-decoration: none; … … 276 271 277 272 #pk-context-cms-breadcrumb a:hover, 278 #pk- media-breadcrumb a:hover {273 #pk-breadcrumb a:hover { 279 274 text-decoration: underline; 280 275 } 281 276 282 277 #pk-context-cms-breadcrumb h2, 283 #pk- media-breadcrumb h2 {278 #pk-breadcrumb h2 { 284 279 display: inline; 285 280 font-size: 24px; … … 307 302 } 308 303 #pk-context-cms-breadcrumb .pk-context-cms-breadcrumb-slash, 309 #pk- media-breadcrumb .pk-media-breadcrumb-slash {304 #pk-breadcrumb .pk-breadcrumb-slash { 310 305 float: left; 311 306 display: inline; … … 343 338 #pk-context-cms-breadcrumb .pk-context-cms-rename.editing { 344 339 width: 240px; 345 346 340 } 347 341 … … 354 348 #pk-context-cms-breadcrumb a.epc-rename-button:hover { 355 349 background-color: #eee; 356 text-decoration: none;350 text-decoration: none; 357 351 } 358 352 … … 370 364 } 371 365 372 #pk-context-cms-breadcrumb .epc-form #id {373 display:none;366 #pk-context-cms-breadcrumb .epc-form #id { 367 display: none; 374 368 } 375 369 … … 427 421 } 428 422 429 #pk-context-cms-breadcrumb a.pk-context-cms-settings-button.close 430 { 431 display: none; 423 #pk-context-cms-breadcrumb a.pk-context-cms-settings-button.close { 424 display: none; 432 425 } 433 426 … … 464 457 padding: 0 0 10px; 465 458 border: 1px solid #e2e2e2; 466 background: url(/pkContextCMSPlugin/images/pk- bg_caution.png) top left repeat-x;459 background: url(/pkContextCMSPlugin/images/pk-special-caution.png) top left repeat-x; 467 460 } 468 461 … … 556 549 .pk-multiple-select-list { 557 550 margin-top: 10px; 551 list-style: none !important; 552 list-style-position: outside !important; 558 553 } 559 554 … … 606 601 607 602 #pk-context-cms-navcolumn { 603 list-style: none; 604 list-style-position: outside !important; 608 605 } 609 606 610 607 #pk-context-cms-navcolumn li { 611 608 line-height: 14px; 612 margin: 6px 0;609 margin: 6px 0; 613 610 } 614 611 … … 622 619 } 623 620 624 /*#pk-context-cms-navcolumn li.self_item{ 625 list-style-image:url(/pkContextCMSPlugin/images/pk-icon-list-arrow-small.png); 626 list-style-position:inside; 627 }*/ 621 /*#pk-context-cms-navcolumn li.self_item { 622 list-style-image: url(/pkContextCMSPlugin/images/pk-icon-list-arrow-small.png); 623 list-style-position: inside; 624 } 625 */ 628 626 629 627 #pk-context-cms-navcolumn li.self_item a { 630 line-height: 20px;628 line-height: 20px; 631 629 font-size: 18px; 632 630 padding-left: 12px; … … 656 654 /* [END] pkContextCMS LEFT NAVIGATION ====================== */ 657 655 658 /* [START] pkContextCMS TOP NAVIGATION (Using Tables) ========================= */ 656 657 /* [START] pkContextCMS TOP NAVIGATION (Using Lists) ========================= */ 659 658 660 659 #pk-context-cms-site-navigation { … … 666 665 } 667 666 668 #pk-context-cms-site-navigation th{667 #pk-context-cms-site-navigation li { 669 668 position: relative; 670 669 margin: 0; 671 670 height: 25px; 672 } 673 674 #pk-context-cms-site-navigation th.first { 671 float: left; 672 width: 120px; 673 } 674 675 #pk-context-cms-site-navigation li.first { 675 676 padding-left: 0; 676 677 } 677 678 678 #pk-context-cms-site-navigation th.last {679 #pk-context-cms-site-navigation li.last { 679 680 border-right: none; 680 681 padding-right: 0; 681 682 } 682 683 683 #pk-context-cms-site-navigation tha {684 #pk-context-cms-site-navigation li a { 684 685 position: relative; 685 686 top: 1px; … … 701 702 } 702 703 703 #pk-context-cms-site-navigation tha:hover {704 #pk-context-cms-site-navigation li a:hover { 704 705 color: #000; 705 706 } 706 707 707 #pk-context-cms-site-navigation th.open a,708 #pk-context-cms-site-navigation th.pk-context-cms-current-page a,709 .pk-home #pk-context-cms-site-navigation tha:hover {708 #pk-context-cms-site-navigation li.open a, 709 #pk-context-cms-site-navigation li.pk-context-cms-current-page a, 710 .pk-home #pk-context-cms-site-navigation li a:hover { 710 711 color: #000; 711 712 border: 1px solid #e6e6e6; … … 713 714 background-color: #fff; 714 715 } 715 #pk-context-cms-site-navigation th.open a b,716 #pk-context-cms-site-navigation th.open a i,717 #pk-context-cms-site-navigation tha b,718 #pk-context-cms-site-navigation tha i {716 #pk-context-cms-site-navigation li.open a b, 717 #pk-context-cms-site-navigation li.open a i, 718 #pk-context-cms-site-navigation li a b, 719 #pk-context-cms-site-navigation li a i { 719 720 position: absolute; 720 721 float: left; … … 726 727 } 727 728 728 #pk-context-cms-site-navigation th.open a b,729 #pk-context-cms-site-navigation th.pk-context-cms-current-page a b,730 .pk-home #pk-context-cms-site-navigation tha b {729 #pk-context-cms-site-navigation li.open a b, 730 #pk-context-cms-site-navigation li.pk-context-cms-current-page a b, 731 .pk-home #pk-context-cms-site-navigation li a b { 731 732 top: 0; 732 733 left: -10px; 733 734 } 734 735 735 #pk-context-cms-site-navigation th.open a i,736 #pk-context-cms-site-navigation th.pk-context-cms-current-page a i,737 .pk-home #pk-context-cms-site-navigation tha i {736 #pk-context-cms-site-navigation li.open a i, 737 #pk-context-cms-site-navigation li.pk-context-cms-current-page a i, 738 .pk-home #pk-context-cms-site-navigation li a i { 738 739 background-position: top right; 739 740 top: 0; … … 741 742 } 742 743 743 #pk-context-cms-site-navigation th.open a b,744 #pk-context-cms-site-navigation th.open a i,745 #pk-context-cms-site-navigation th.pk-context-cms-current-page a b,746 #pk-context-cms-site-navigation th.pk-context-cms-current-page a i,747 .pk-home #pk-context-cms-site-navigation tha:hover b,748 .pk-home #pk-context-cms-site-navigation tha:hover i {744 #pk-context-cms-site-navigation li.open a b, 745 #pk-context-cms-site-navigation li.open a i, 746 #pk-context-cms-site-navigation li.pk-context-cms-current-page a b, 747 #pk-context-cms-site-navigation li.pk-context-cms-current-page a i, 748 .pk-home #pk-context-cms-site-navigation li a:hover b, 749 .pk-home #pk-context-cms-site-navigation li a:hover i { 749 750 visibility: visible; 750 751 } 751 752 752 #pk-context-cms-site-navigation th.first a b,753 #pk-context-cms-site-navigation th.last a i {753 #pk-context-cms-site-navigation li.first a b, 754 #pk-context-cms-site-navigation li.last a i { 754 755 background: none; 755 756 } … … 760 761 761 762 .subnav { 762 width: 200px;763 763 position: relative; 764 764 top: 0; … … 767 767 display: inline; 768 768 margin-right: 40px; 769 width: 200px; 769 770 } 770 771 … … 795 796 margin: 10px 0; 796 797 float: left; 797 width: 100%;798 width: 99%; 798 799 } 799 800 … … 805 806 font-size: 11px; 806 807 margin-bottom: 10px; 807 color: #999;808 color: #999; 808 809 border: 1px dashed #ef9920; 809 810 padding: 5px; … … 816 817 padding: 16px 0 10px; 817 818 border: 1px solid #e2e2e2; 818 background: url(/pkContextCMSPlugin/images/pk- bg_caution.png) top left repeat-x;819 background: url(/pkContextCMSPlugin/images/pk-special-caution.png) top left repeat-x; 819 820 } 820 821 … … 861 862 } 862 863 864 .banner-container .banner-item { 865 z-index: 2; 866 } 867 868 .banner-container #banner-home { 869 z-index: 1; 870 } 871 863 872 .banner-container #banner-home, 864 873 .banner-container .banner-item { … … 876 885 .banner-container #banner-home, 877 886 .banner-container .banner-item.show { 878 display: block !important;887 display: block; 879 888 } 880 889 … … 902 911 } 903 912 913 .banner-container .banner-item .title.collapsed { 914 color: #ccc; 915 } 916 904 917 .banner-container .banner-story-top { 905 918 width: 491px; … … 950 963 float: left; 951 964 } 965 966 .banner-container .banner-caption { 967 position: absolute; 968 bottom: 10px; 969 left: 20px; 970 font-style: italic; 971 color: #999; 972 float: left; 973 display: inline; 974 height: 20px; 975 } 976 977 .banner-container .banner-toggle-btn { 978 position: absolute; 979 bottom: 10px; 980 right: 18px; 981 } 982 983 .banner-container .banner-toggle-btn.show { 984 display: none; 985 } 986 987 .banner-container .banner-toggle-btn a { 988 color: #999; 989 padding-right: 20px; 990 height: 20px; 991 line-height: 20px; 992 float: left; 993 display: inline; 994 background: url(/pkContextCMSPlugin/images/pk-icon-arrow-toggle.png) no-repeat right -80px; 995 } 996 997 .banner-container .banner-toggle-btn.show a { 998 background-position: right -20px; 999 } 1000 1001 .banner-container .banner-toggle-btn.show a:hover { 1002 background-position: right -60px; 1003 } 1004 1005 .banner-container .banner-toggle-btn.hide a:hover { 1006 color: #666; 1007 text-decoration: none; 1008 background-position: right -100px; 1009 } 1010 952 1011 953 1012 /* == Home Banner Video == */ … … 1058 1117 .pk-context-cms-feature-copy { 1059 1118 width: 440px; 1060 float: right; 1119 float: left; 1120 } 1121 1122 .pk-context-cms-feature-copy.no-img { 1123 width: 100%; 1061 1124 } 1062 1125 … … 1068 1131 width: 200px; 1069 1132 float: left; 1133 margin-right: 40px; 1070 1134 /*margin-top:5px; this makes the shadow extend above the picture, which cannot be*/ 1135 } 1136 1137 .pk-context-cms-feature-img-container img { 1138 width: 200px; /* May or may not need this explicity if we are using Tom's image tools */ 1071 1139 } 1072 1140 … … 1092 1160 margin: 0; 1093 1161 position: relative; 1094 width: 620px; 1095 } 1162 width: 600px; 1163 color: #28305E; 1164 cursor: pointer; 1165 } 1166 1167 .pk-context-cms-news-item .pk-context-cms-news-item-title:hover, 1168 .pk-context-cms-news-item .pk-context-cms-news-item-title.hover 1169 { 1170 color: #333; 1171 text-decoration: underline; 1172 } 1173 1174 1096 1175 1097 1176 .pk-context-cms-news-item .pk-context-cms-news-item-link { … … 1109 1188 } 1110 1189 1190 .pk-context-cms-news-item .pk-context-cms-news-item-article, 1111 1191 .pk-context-cms-news-item .pk-context-cms-news-item-preview { 1112 1192 font-size: 11px; … … 1117 1197 overflow: hidden; 1118 1198 position: relative; 1119 width: 4000px;1199 width: 8000px; 1120 1200 color: #666; 1121 1201 } 1202 1203 .pk-context-cms-news-item .pk-context-cms-news-item-article { 1204 display: none; 1205 width:600px; 1206 overflow: visible; 1207 float: left; 1208 position: relative; 1209 height: auto; 1210 line-height: 1.5; 1211 margin: 2px 0; 1212 } 1213 1214 .pk-context-cms-news-sidebar li { 1215 list-style: none; 1216 list-style-position: outside !important; 1217 } 1218 1122 1219 .pk-context-cms-news-sidebar .pk-context-cms-news-item { 1123 1220 /* width: 240px; /* (See Above) Making the width 100% lets it fit snug inside the editable slot */ … … 1235 1332 /* [END] Landing Template ======================== */ 1236 1333 1334 /* [START] Archive Template ======================== */ 1335 1336 .pk-archive .main { 1337 width: 720px; 1338 position: relative; 1339 top: 0; 1340 left: 0; 1341 float: left; 1342 display: inline; 1343 } 1344 1345 .pk-archive .main .content-container { 1346 position: relative; 1347 z-index: 2; 1348 width: 718px; 1349 } 1350 1351 .pk-archive .sidebar { 1352 width: 240px; 1353 position: relative; 1354 top: 0; 1355 left: 0; 1356 float: left; 1357 display: inline; 1358 } 1359 1360 .pk-archive .sidebar .content-container { 1361 position: relative; 1362 z-index: 2; 1363 width: 238px; 1364 } 1365 1366 .pk-archive .pk-context-archive-title { 1367 position: relative; 1368 float: left; 1369 width: 100%; 1370 } 1371 1372 .pk-archive .pk-context-archive-title span { 1373 display: block; 1374 float: left; 1375 line-height: 30px; 1376 } 1377 1378 .pk-archive .pk-context-archive-filter { 1379 float: left; 1380 width: 100%; 1381 } 1382 1383 .pk-archive .pk-context-archive-filter h4, 1384 .pk-archive .pk-context-archive-filter .pk-multi-button li { 1385 margin: 10px 0; 1386 } 1387 1388 .pk-archive .pk-context-archive-filter h4, 1389 .pk-archive .pk-context-archive-filter .pk-multi-button { 1390 float: left; 1391 width: auto; 1392 margin-right: 10px; 1393 } 1394 1395 1396 .pk-archive .pk-context-archive-controls { 1397 float: left; 1398 display: inline; 1399 margin: 5px; 1400 } 1401 1402 /* [END] Archive Template ======================== */ 1403 1237 1404 1238 1405 /* [START] CMS Elements and Widgets ============================= */ 1406 1407 .pk-context-cms-loading-ani { 1408 display: none; 1409 } 1239 1410 1240 1411 /* == SEARCH BOX == */ … … 1279 1450 .pk-search-form input.pk-search-submit { 1280 1451 padding: 0; 1281 width:29px; 1282 height:20px; 1283 border:none; 1452 width: 29px; 1453 height: 20px; 1454 border: none !important; 1455 position: absolute; 1456 top: 0; 1457 right: 0; 1284 1458 background: url(/pkContextCMSPlugin/images/pk-search-submit.png) no-repeat 0 0; 1285 1459 } … … 1412 1586 1413 1587 .pk-context-media-show, 1414 .pk-context-media-video{ 1415 list-style:none !important; 1416 position: relative; 1588 .pk-context-media-video { 1589 list-style: none !important; 1590 list-style-position: outside !important; 1591 position: relative; 1417 1592 } 1418 1593 1419 1594 .pk-context-media-show li, 1420 .pk-context-media-video li{ 1421 margin:0; 1422 } 1423 1424 .pk-context-media-choose{ 1425 margin:5px 0; 1426 } 1427 1428 .pk-context-media-show-item 1429 { 1430 display:none; 1431 } 1432 1433 #pk-context-media-show-item-0 1434 { 1435 display: block; 1595 .pk-context-media-video li { 1596 margin: 0; 1597 } 1598 1599 .pk-context-media-choose { 1600 margin: 5px 0; 1601 } 1602 1603 .pk-context-media-show-item { 1604 display: none; 1605 } 1606 1607 #pk-context-media-show-item-0 { 1608 display: block; 1436 1609 } 1437 1610 /* [END] CMS Elements and Widgets ============================= */ … … 1439 1612 /* [START] pkContextCMSPlugin Slot Specific ============================= */ 1440 1613 1614 .pk-context-cms-contents-body { 1615 float: left; 1616 width: 99%; 1617 } 1618 1441 1619 .pk-context-cms-slot { 1442 1620 position: relative; 1443 1621 /*3.11.09 Added float property to cms slot to fix a position problem with the cms controls*/ 1444 float:left; 1445 display:inline;1446 width: 100%;1622 /*float:left;*/ 1623 width: 100%; 1624 clear: both; 1447 1625 } 1448 1626 … … 1451 1629 top: 6px; 1452 1630 left: -20px; 1453 float: left;1454 1631 } 1455 1632 … … 1506 1683 1507 1684 /* [START] pk-feedback-form */ 1508 #pk-feedback-form 1685 #pk-feedback-form { 1686 margin: 10px 0; 1687 } 1688 1689 #pk-feedback-form .form-row label { 1690 display: block; 1691 float: left; 1692 text-align: left; 1693 width: 120px; 1694 color: #666; 1695 font-weight: normal !important; 1696 text-transform: capitalize; 1697 } 1698 1699 #pk-feedback-form .form-row.submit { 1700 margin-left: 120px; 1701 } 1702 /* [END] pk-feedback-form */ 1703 1704 /* [START] pk-special-fade ====== | Fade out right side of overflowing content | =======*/ 1705 1706 .pk-special-fade-right 1509 1707 { 1510 margin: 10px 0; 1511 } 1512 1513 #pk-feedback-form .form-row label 1514 { 1515 display: block; 1516 float: left; 1517 text-align: left; 1518 width: 120px; 1519 color: #666; 1520 font-weight: normal !important; 1521 text-transform: capitalize; 1522 } 1523 1524 #pk-feedback-form .form-row.submit 1525 { 1526 margin-left: 120px; 1527 } 1528 /* [END] pk-feedback-form */ 1708 position: absolute; 1709 top: 0; 1710 right: 0; 1711 width: 50px; 1712 height: 100%; 1713 background: url(/pkContextCMSPlugin/images/pk-special-fade-fff-r.png); 1714 z-index: 9999; 1715 } 1716 1717 1529 1718 1530 1719 /* ================================================================================================ … … 1579 1768 1580 1769 1581 a.pk-btn:hover span 1582 { 1583 background-position: -951px -20px; 1584 } 1585 1586 span.pk-btn span 1587 { 1588 background-position: -951px -40px; 1770 a.pk-btn:hover span { 1771 background-position: -951px -20px; 1772 } 1773 1774 span.pk-btn span { 1775 background-position: -951px -40px; 1589 1776 } 1590 1777 … … 1598 1785 color: #15A1BD !important; 1599 1786 text-transform: lowercase; /* LOL @ Rick */ 1787 line-height: 20px; 1788 } 1789 1790 span.or { 1791 line-height: 20px; 1792 margin: 0 5px; 1600 1793 } 1601 1794 … … 1605 1798 } 1606 1799 1607 a.pk-btn.icon { /* BUTTON WITH AN ICON */1800 a.pk-btn.icon {/* BUTTON WITH AN ICON */ 1608 1801 text-indent:-9999px; 1609 1802 } 1610 1803 1611 1804 a.pk-btn.icon span, 1612 a.pk-btn.delete span { /* BUTTON WITH AN ICON HIDE SPAN (If There is One) */1805 a.pk-btn.delete span {/* BUTTON WITH AN ICON HIDE SPAN (If There is One) */ 1613 1806 display: none; 1614 1807 } … … 1701 1894 } 1702 1895 1703 a.pk-btn.big:hover span 1704 { 1705 background-position: -946px -30px; 1706 } 1707 1708 span.pk-btn.big span 1709 { 1710 background-position: -946px -60px; 1896 a.pk-btn.big:hover span { 1897 background-position: -946px -30px; 1898 } 1899 1900 span.pk-btn.big span { 1901 background-position: -946px -60px; 1711 1902 } 1712 1903 … … 1726 1917 .pk-radio-select-container a { 1727 1918 color: #13A0BC !important; 1919 margin: 0; 1728 1920 margin-bottom: 5px; 1921 background-position: top center; 1922 border-left: 1px solid #e2e2e2; 1729 1923 } 1730 1924 … … 1732 1926 .pk-radio-select-container a:hover { 1733 1927 color: #333 !important; 1928 background-position: center -20px; 1734 1929 } 1735 1930 1736 1931 .pk-radio-select-container a.first { 1737 1932 margin-right: 0; 1933 border: none; 1934 background-position: top left; 1738 1935 } 1739 1936 1740 1937 .pk-radio-select-container a.last { 1741 background-position: top right; 1938 background-position: top right; 1742 1939 border-left: 1px solid #e2e2e2; 1743 1940 } … … 1753 1950 .pk-radio-select-container a.pk-radio-option-selected { 1754 1951 color: #fff !important; 1755 } 1756 1757 .pk-radio-select-container a.pk-radio-option-selected:hover 1758 {1759 color: #fff !important;1952 background-position: center -60px; 1953 } 1954 1955 .pk-radio-select-container a.pk-radio-option-selected:hover { 1956 color: #fff !important; 1760 1957 cursor: default; 1761 1958 } … … 1775 1972 color: #999; 1776 1973 } 1974 1975 1976 /* CMS Pill Button */ 1977 1978 1979 .pk-multi-button { 1980 float: left; 1981 width: 100%; 1982 list-style: none !important; 1983 list-style-position: outside !important; 1984 } 1985 1986 .pk-multi-button li { 1987 float: left; 1988 margin: 10px 0; 1989 } 1990 1991 .pk-multi-button li a { 1992 color: #13A0BC; 1993 position: relative; 1994 height: 20px; 1995 font-size: 12px; 1996 line-height: 20px; 1997 padding: 0 9px; 1998 float: left; 1999 display: inline; 2000 white-space: nowrap; 2001 background: url(/pkContextCMSPlugin/images/pk-btn.png) 0 0 no-repeat; 2002 text-decoration: none; 2003 margin: 10px 0; 2004 } 2005 2006 .pk-multi-button li a:hover { 2007 color: #333; 2008 } 2009 2010 .pk-multi-button li.last a:hover { 2011 background-position: right -20px; 2012 } 2013 2014 .pk-multi-button li.first a:hover { 2015 background-position: 0 -20px; 2016 } 2017 2018 .pk-multi-button li.middle a:hover { 2019 background-position: center -20px; 2020 } 2021 2022 .pk-multi-button li.first a:active, 2023 .pk-multi-button li.middle a:active { 2024 background-position: 0 -40px; 2025 } 2026 2027 .pk-multi-button li.middle a { 2028 background-position: top center; 2029 border-left: 1px solid #e2e2e2; 2030 } 2031 2032 .pk-multi-button li.last a { 2033 background-position: top right; 2034 border-left: 1px solid #e2e2e2; 2035 } 2036 2037 .pk-multi-button li a.selected:hover, 2038 .pk-multi-button li a.selected { 2039 color: #fff !important; 2040 cursor: default; 2041 background-position: bottom center; 2042 } 2043 2044 .pk-multi-button li.first a.selected:hover, 2045 .pk-multi-button li.first a.selected { 2046 background-position: bottom left; 2047 } 2048 2049 2050 .pk-multi-button li.last a.selected:hover, 2051 .pk-multi-button li.last a.selected { 2052 background-position: bottom right; 2053 } 2054 1777 2055 1778 2056 /* ================================================================================================ … … 1865 2143 color: #333; 1866 2144 border: 1px solid #e2e2e2; 1867 background: url(/pkContextCMSPlugin/images/pk- bg_caution.png) top left repeat-x;2145 background: url(/pkContextCMSPlugin/images/pk-special-caution.png) top left repeat-x; 1868 2146 } 1869 2147 … … 1947 2225 } 1948 2226 1949 #pk-admin-container .pk_admin_filter input[type="checkbox"] + label { /* to-do can't use css3 stuff, convert to jquery */2227 #pk-admin-container .pk_admin_filter input[type="checkbox"] + label {/* to-do can't use css3 stuff, convert to jquery */ 1950 2228 display: inline; 1951 2229 float: none; … … 1975 2253 #pk-admin-container .pk_admin_form_row, 1976 2254 #pk-admin-container .pk_admin_form_row td { 1977 padding-bottom: 10px; 2255 margin-bottom: 10px; 2256 width: 100%; 2257 float: left; 1978 2258 } 1979 2259 … … 2140 2420 a.pk-btn.delete, 2141 2421 #pk-admin-container .pk_admin_action_delete .delete { 2142 background: url(/pk ContextCMSPlugin/images/pk-icon-close.png) no-repeat 0 0;2422 background: url(/pkAdminPlugin/images/pk-icon-close.png) no-repeat 0 0; 2143 2423 line-height: 20px; 2144 2424 float: left; … … 2237 2517 #pk-admin-container ul.pk_admin_checklist li { 2238 2518 list-style: none; 2519 list-style-position: outside !important; 2239 2520 line-height: 1.5em; 2240 2521 } … … 2307 2588 display: inline; 2308 2589 clear: both; 2309 height:41px; /* this _should_ fix a safari height bug */ 2590 border-bottom: 1px solid #ddd; 2591 min-height: 20px; 2310 2592 } 2311 2593 … … 2334 2616 .specialbox .content-container.editing { 2335 2617 padding-top: 10px; 2336 background: url(/pkContextCMSPlugin/images/pk- bg_caution.png) top left repeat-x !important;2618 background: url(/pkContextCMSPlugin/images/pk-special-caution.png) top left repeat-x !important; 2337 2619 } 2338 2620 … … 2343 2625 padding: 16px 0 10px; 2344 2626 border: 1px solid #e2e2e2; 2345 background: url(/pkContextCMSPlugin/images/pk- bg_caution.png) top left repeat-x;2627 background: url(/pkContextCMSPlugin/images/pk-special-caution.png) top left repeat-x; 2346 2628 } 2347 2629 .caution-padding { … … 2374 2656 } 2375 2657 2376 /* == admin-multi-button == */ 2377 2378 #pk-admin-container .pk-admin-multi-button { 2379 float: left; 2380 width: 100%; 2381 } 2382 2383 #pk-admin-container .pk-admin-multi-button li { 2384 float: left; 2385 margin: 10px 0; 2386 } 2387 2388 #pk-admin-container .pk-admin-multi-button li a { 2389 color: #13A0BC; 2390 position: relative; 2391 height: 20px; 2392 font-size: 12px; 2658 2659 #pk-admin-container .pk-admin-flashes /* We should make two styles for .pk-admin-flashes.error and .pk-admin-flashes.notice */ { 2660 color: #EF9920; 2661 float: left; 2662 width: 100%; 2663 margin: 0 0 20px 0; 2664 padding-bottom: 10px; 2665 border-bottom: 1px solid #ddd; 2666 font-size: 14px; 2393 2667 line-height: 20px; 2394 padding: 0 9px; 2395 float: left; 2396 display: inline; 2397 white-space: nowrap; 2398 background: url(/pkContextCMSPlugin/images/pk-btn-left.png) 0 0 no-repeat; 2399 text-decoration: none; 2400 margin: 0; 2401 } 2402 2403 #pk-admin-container .pk-admin-multi-button li a:hover { 2404 color: #333; 2405 } 2406 2407 #pk-admin-container .pk-admin-multi-button li.last a:hover { 2408 background-position: right -20px; 2409 } 2410 2411 #pk-admin-container .pk-admin-multi-button li.first a:hover, 2412 #pk-admin-container .pk-admin-multi-button li.middle a:hover { 2413 background-position: 0 -20px; 2414 } 2415 2416 #pk-admin-container .pk-admin-multi-button li.first a:active, 2417 #pk-admin-container .pk-admin-multi-button li.middle a:active { 2418 background-position: 0 -40px; 2419 } 2420 2421 #pk-admin-container .pk-admin-multi-button li.middle a { 2422 background: url(/pkContextCMSPlugin/images/pk-btn-middle-toggle.png) top right no-repeat; 2423 border-left: 1px solid #e2e2e2; 2424 } 2425 2426 #pk-admin-container .pk-admin-multi-button li.last a { 2427 background: url(/pkContextCMSPlugin/images/pk-btn-right-toggle.png) top right no-repeat; 2428 border-left: 1px solid #e2e2e2; 2429 } 2430 2431 #pk-admin-container .pk-admin-multi-button li a.selected:hover, 2432 #pk-admin-container .pk-admin-multi-button li a.selected { 2433 color: #80C9D9; 2434 cursor: default; 2435 background-position: bottom left; 2436 } 2437 2438 #pk-admin-container .pk-admin-multi-button li.last a.selected:hover, 2439 #pk-admin-container .pk-admin-multi-button li.last a.selected { 2440 background-position: bottom right; 2441 } 2668 text-indent: 24px; 2669 background: url(/pkContextCMSplugin/images/pk-icon-error.png) top left no-repeat; 2670 } 2671 2672 2673 #pk-admin-container form .pk_admin_form_row .error_list { 2674 width: 100%; 2675 float: left; 2676 margin-left: 120px; 2677 font-size: 11px; 2678 } 2679 2680 #pk-admin-container form .pk_admin_form_row .error_list li { 2681 padding-left: 24px; 2682 line-height: 20px; 2683 } 2684 2442 2685 2443 2686 /* ================================================================================================ … … 2469 2712 width: 100%; 2470 2713 margin-bottom: 5px; 2714 list-style: none !important; 2715 list-style-position: outside !important; 2716 } 2717 2718 #pk-admin-container .pk-tubes-plugin-feed-url 2719 { 2720 position: relative; 2721 } 2722 2723 #pk-admin-container .pk-tubes-plugin-feed-url input 2724 { 2725 position: absolute; 2726 top: 0; 2727 left: 120px; 2471 2728 } 2472 2729 … … 2477 2734 } 2478 2735 2479 .pk-tubes-plugin-feed-quickview { 2736 #pk-admin-container .pk-tubes-plugin-date 2737 { 2738 list-style: none !important; 2739 list-style-position: none !important; 2740 } 2741 2742 #pk-admin-container .pk-tubes-plugin-feed-quickview { 2480 2743 color: #333; 2744 padding: 10px 0 0 0; 2481 2745 } 2482 2746 … … 2499 2763 top: 20px; 2500 2764 right: 0; 2501 width: 130px; 2765 width: 140px; 2766 list-style: none !important; 2767 list-style-position: outside !important; 2768 } 2769 2770 .pk-tubes-plugin-event-controls, 2771 .pk-tubes-plugin-article-controls, 2772 .pk-tubes-plugin-feed-controls { 2773 list-style: none !important; 2774 list-style-position: outside !important; 2502 2775 } 2503 2776 … … 2541 2814 } 2542 2815 2816 2817 2543 2818 .pk-tubes-plugin-item-container.event, 2544 2819 .pk-tubes-plugin-item-container.article { … … 2550 2825 } 2551 2826 2827 .pk-tubes #pk-admin-container .pk-tubes-plugin-attached-media 2828 { 2829 list-style: none !important; 2830 list-style-position: outside !important; 2831 } 2832 2833 .pk-tubes #pk-admin-container .pk-tubes-plugin-attached-media li 2834 { 2835 float: left; 2836 margin: 10px 15px 10px 0; 2837 } 2838 2552 2839 .pk-tubes #pk-admin-container .form-row p { 2553 2840 width: 360px; … … 2557 2844 /* == pk-tubes Calendar == */ 2558 2845 2559 .pk-tubes-calendar 2560 { 2561 float: left; 2562 width: 100%; 2563 } 2564 2565 .pk-tubes-calendar ul 2566 { 2567 padding: 0; 2568 } 2569 2570 .pk-tubes-calendar ul li 2571 { 2572 margin: 0; 2573 color: #28305E; 2574 } 2575 2576 .pk-tubes-calendar .title 2577 { 2578 position: relative; 2579 } 2580 2581 .pk-tubes-calendar .pk-tubes-calendar-controls 2582 { 2583 position: absolute; 2584 top: 0; 2585 right: 0; 2586 } 2587 2588 .pk-tubes-calendar .pk-tubes-calendar-controls .arrow-right 2589 { 2590 margin-right: 0; 2591 margin-left: 5px; 2592 } 2593 2594 .pk-tubes-calendar ul.month .grid 2595 { 2596 float: left; 2597 width: 100%; 2598 border: 1px solid #ddd; 2599 } 2600 2601 .pk-tubes-calendar ul.month 2602 { 2603 float: left; 2604 width: 100%; 2605 margin-bottom: 10px; 2606 } 2607 2608 .pk-tubes-calendar ul.weeks 2609 { 2610 float: left; 2611 width: 100%; 2612 padding-bottom: 4px; 2613 } 2614 2615 .pk-tubes-calendar ul.weeks li 2616 { 2617 float: left; 2618 width: 100%; 2619 margin: 2px 0; 2620 } 2621 2622 .pk-tubes-calendar ul.weeks li.week-0 2623 { 2624 border-top: 1px solid #ddd; 2625 padding-top: 4px; 2626 margin-top: 0; 2627 } 2628 2629 2630 .pk-tubes-calendar ul.weeks ul.days 2631 { 2632 margin: 4px 0; 2633 } 2846 .pk-tubes-calendar { 2847 float: left; 2848 width: 100%; 2849 } 2850 2851 .pk-tubes-calendar ul { 2852 padding: 0; 2853 } 2854 2855 .pk-tubes-calendar ul li { 2856 margin: 0; 2857 color: #28305E; 2858 list-style: none; 2859 list-style-position: outside !important; 2860 } 2861 2862 .pk-home .pk-tubes-calendar .title h3 { 2863 font-size: 24px; 2864 } 2865 2866 .pk-tubes-calendar .title { 2867 position: relative; 2868 } 2869 2870 .pk-tubes-calendar .pk-tubes-calendar-controls { 2871 position: absolute; 2872 top: 0; 2873 right: 0; 2874 } 2875 2876 .pk-tubes-calendar .pk-tubes-calendar-controls .arrow-right { 2877 margin-right: 0; 2878 margin-left: 5px; 2879 } 2880 2881 .pk-tubes-calendar ul.month .grid { 2882 float: left; 2883 width: 100%; 2884 border: 1px solid #ddd; 2885 } 2886 2887 .pk-tubes-calendar ul.month { 2888 float: left; 2889 width: 100%; 2890 margin-bottom: 10px; 2891 } 2892 2893 .pk-tubes-calendar ul.weeks { 2894 float: left; 2895 width: 100%; 2896 padding-bottom: 4px; 2897 } 2898 2899 .pk-tubes-calendar ul.weeks li { 2900 float: left; 2901 width: 100%; 2902 margin: 2px 0; 2903 } 2904 2905 .pk-tubes-calendar ul.weeks li.week-0 { 2906 border-top: 1px solid #ddd; 2907 padding-top: 4px; 2908 margin-top: 0; 2909 } 2910 2911 2912 .pk-tubes-calendar ul.weeks ul.days { 2913 margin: 4px 0; 2914 } 2634 2915 2635 2916 .pk-tubes-calendar ul.weeks li.day, 2636 .pk-tubes-calendar ul.days li 2637 { 2638 margin: 1px 0; 2639 float: left; 2640 width: 14%; 2641 text-align: center; 2642 } 2643 2644 .pk-tubes-calendar ul.weeks li.day 2645 { 2646 padding: 4px 0; 2917 .pk-tubes-calendar ul.days li { 2918 margin: 1px 0; 2919 float: left; 2920 width: 14%; 2921 text-align: center; 2922 } 2923 2924 .pk-tubes-calendar ul.weeks li.day { 2925 padding: 4px 0; 2647 2926 } 2648 2927 2649 2928 2650 2929 .pk-tubes-calendar ul.days li a, 2651 .pk-tubes-calendar ul.days li span 2652 { 2653 display: block; 2654 height: 13px; 2930 .pk-tubes-calendar ul.days li span { 2931 display: block; 2932 /* height: 13px;*/ 2655 2933 width: 18px; 2656 text-align: center; 2657 margin: auto; 2658 border: 1px solid #fff; 2659 } 2660 2661 .pk-tubes-calendar ul.days li a:hover 2662 { 2663 text-decoration: none; 2934 text-align: center; 2935 margin: auto; 2936 border: 1px solid #fff; 2937 } 2938 2939 .pk-tubes-calendar ul.days li a:hover { 2940 text-decoration: none; 2664 2941 } 2665 2942 … … 2667 2944 .pk-tubes-calendar ul.days li.today a, 2668 2945 .pk-tubes-calendar ul.days li.today a.has-events, 2669 .pk-tubes-calendar ul.days li.today span 2670 { 2946 .pk-tubes-calendar ul.days li.today span { 2671 2947 background-color: #EF9920; 2672 2948 color: #fff; … … 2675 2951 } 2676 2952 2677 .pk-tubes-calendar li.today a:hover 2678 { 2679 background-color: #fff; 2680 color: #28305E; 2681 } 2682 2683 .pk-tubes-calendar ul.days li a.has-events 2684 { 2685 border: 1px solid #15A1BD; 2686 } 2687 2688 .pk-tubes-calendar ul.days li a.has-events:hover 2689 { 2690 border-color: #ccc; 2953 .pk-tubes-calendar li.today a:hover { 2954 background-color: #fff; 2955 color: #28305E; 2956 } 2957 2958 .pk-tubes-calendar ul.days li a.has-events { 2959 border: 1px solid #15A1BD; 2960 } 2961 2962 .pk-tubes-calendar ul.days li a.has-events:hover { 2963 border-color: #ccc; 2691 2964 /* background-color: #e2e2e2;*/ 2692 2965 color: #000; … … 2696 2969 .pk-tubes-calendar ul.days li a.selected, 2697 2970 .pk-tubes-calendar ul.days li.today a.selected, 2698 .pk-tubes-calendar ul.days li a.selected:hover 2699 { 2700 background-color: #15A1BD; 2701 color: #fff; 2702 border: 1px solid #15A1BD; 2971 .pk-tubes-calendar ul.days li a.selected:hover { 2972 background-color: #15A1BD; 2973 color: #fff; 2974 border: 1px solid #15A1BD; 2703 2975 } 2704 2976 2705 2977 .pk-tubes-calendar .not-current-month, 2706 .pk-tubes-calendar .not-current-month a 2707 { 2708 color: #ccc; 2709 } 2710 2711 .pk-tubes-calendar .pk-tubes-calendar-day-container 2712 { 2713 float: left; 2714 width: 100%; 2715 position: relative; 2716 } 2717 2718 .pk-tubes-calendar .pk-tubes-calendar-day-events 2719 { 2978 .pk-tubes-calendar .not-current-month a { 2979 color: #ccc; 2980 } 2981 2982 .pk-tubes-calendar .pk-tubes-calendar-day-container { 2983 float: left; 2984 width: 100%; 2985 position: relative; 2986 } 2987 2988 .pk-tubes-calendar .pk-tubes-calendar-day-events { 2720 2989 /* position: absolute;*/ 2721 2990 /* top: 0;*/ … … 2725 2994 2726 2995 2727 .pk-tubes-calendar ul li.day-event-details 2728 { 2729 float: left; 2730 width: 100%; 2731 font-size: 11px; 2732 margin-bottom: 10px; 2733 } 2734 2735 .pk-tubes-calendar ul li.day-event-details-date 2736 { 2737 float: left; 2996 .pk-tubes-calendar ul li.day-event-details { 2997 float: left; 2998 width: 100%; 2999 font-size: 11px; 3000 margin-bottom: 10px; 3001 } 3002 3003 .pk-tubes-calendar ul li.day-event-details-date { 3004 float: left; 2738 3005 width: 20%; 2739 3006 margin-right: 8%; … … 2742 3009 } 2743 3010 2744 .pk-tubes-calendar ul li.day-event-details-title 2745 { 2746 float: right; 2747 width: 72%; 3011 .pk-tubes-calendar ul li.day-event-details-title { 3012 float: right; 3013 width: 72%; 2748 3014 } 2749 3015 … … 2784 3050 } 2785 3051 2786 .pk-media-filters {2787 /* margin-top:40px;*/ 2788 2789 /* position:relative;*/ 3052 .pk-media-filters { 3053 float: left; 3054 width: 100%; 3055 margin: 20px 0; 2790 3056 } 2791 3057 2792 3058 .pk-media .pk-media-select { 2793 float: left;3059 float: left; 2794 3060 padding-bottom: 10px; 2795 3061 margin-bottom: 10px; … … 2802 3068 } 2803 3069 2804 .pk-media-container {2805 float:left;2806 } 2807 2808 .pk-media-row {2809 float: left;2810 display: inline;3070 .pk-media-container { 3071 float: left; 3072 } 3073 3074 .pk-media-row { 3075 float: left; 3076 display: inline; 2811 3077 margin-bottom: 80px; 2812 3078 } 2813 3079 3080 .pk-media-item-thumbnail, 2814 3081 .pk-media-item { 2815 3082 width: 340px; 2816 3083 float: left; 2817 display: inline;3084 display: inline; 2818 3085 position: relative; 2819 3086 } 2820 3087 2821 3088 .pk-media-item.even { 2822 margin-right: 38px;3089 margin-right: 38px; 2823 3090 } 2824 3091 … … 2826 3093 } 2827 3094 2828 /*.pk-media-item-content{ 2829 float:left; 2830 }*/ 3095 /*.pk-media-item-content { 3096 float: left; 3097 } 3098 */ 2831 3099 2832 3100 .pk-media-title { … … 2839 3107 .pk-media-title h3 { 2840 3108 float: left; 3109 display: inline; 2841 3110 } 2842 3111 … … 2845 3114 } 2846 3115 3116 .pk-media-title h3 a { 3117 float: left; 3118 display: inline; 3119 } 3120 3121 .pk-media-title h3 .pk-media-is-secure { 3122 float: left; 3123 display: inline-block; 3124 height: 16px; 3125 width: 16px; 3126 margin: 4px 0 4px 10px; 3127 background: url(/pkContextCMSPlugin/images/pk-breadcrumb-lock.png) no-repeat bottom left; 3128 } 3129 2847 3130 .pk-media-edit-links { 2848 3131 float: right; 2849 3132 } 2850 3133 2851 .pk-media-thumb-link {2852 position:relative;2853 float:left;2854 } 2855 2856 .pk-media-thumb-link .pk-media-play-btn {2857 position:absolute;2858 z-index:10;2859 width:100%;2860 height:100%;2861 background:url(/pkContextCMSPlugin/images/pk-media-play-btn.png) no-repeat 50% 50%;2862 } 2863 2864 .pk-media-thumb-link img {2865 position:relative;2866 z-index:0;3134 .pk-media-thumb-link { 3135 position: relative; 3136 float: left; 3137 } 3138 3139 .pk-media-thumb-link .pk-media-play-btn { 3140 position: absolute; 3141 z-index: 10; 3142 width: 100%; 3143 height: 100%; 3144 background: url(/pkContextCMSPlugin/images/pk-media-play-btn.png) no-repeat 50% 50%; 3145 } 3146 3147 .pk-media-thumb-link img { 3148 position: relative; 3149 z-index: 0; 2867 3150 } 2868 3151 … … 2870 3153 border-bottom: 1px solid #ccc; 2871 3154 margin: 5px 0; 2872 width: 100%;2873 float: left;2874 display: inline;3155 width: 100%; 3156 float: left; 3157 display: inline; 2875 3158 } 2876 3159 2877 3160 .pk-media-meta { 2878 3161 font-size: 11px; 2879 width: 100%;2880 float: left;2881 display: inline;2882 } 2883 2884 .pk-media-meta span {2885 color:#15A1BD;2886 } 2887 2888 .pk-btn.download {2889 margin-top:10px;3162 width: 100%; 3163 float: left; 3164 display: inline; 3165 } 3166 3167 .pk-media-meta span { 3168 color: #15A1BD; 3169 } 3170 3171 .pk-btn.download { 3172 margin-top: 10px; 2890 3173 } 2891 3174 … … 2902 3185 clear: both; 2903 3186 margin-bottom: 10px; 3187 list-style: none; 3188 list-style-position: outside !important; 2904 3189 } 2905 3190 … … 2939 3224 #pk-media-edit-form { 2940 3225 clear: both; 2941 /*width: 340px; needs width on .pk-media-item*/ 3226 /*width: 340px; needs width on .pk-media-item*/ 2942 3227 } 2943 3228 … … 3042 3327 } 3043 3328 3044 #pk-media-edit-form .pk-media-edit-footer * {3045 float: left;3046 } 3047 3048 #pk-media-edit-form .pk-media-edit-footer span {3049 margin:0 4px; 3329 #pk-media-edit-form .pk-media-edit-footer * { 3330 float: left; 3331 } 3332 3333 #pk-media-edit-form .pk-media-edit-footer span { 3334 /*margin: 0 4px;*/ 3050 3335 } 3051 3336 … … 3068 3353 /* == [START] Media Upload Form ========================== */ 3069 3354 3070 #pk-media-upload-iframe-container {3071 margin:0 9px 0;3072 } 3073 3074 #pk-media-upload-iframe {3075 overflow:hidden;3076 } 3077 3078 .pk-media-iframe h3 {3079 margin-bottom:10px;3080 float:left;3355 #pk-media-upload-iframe-container { 3356 margin: 0 9px 0; 3357 } 3358 3359 #pk-media-upload-iframe { 3360 overflow: hidden; 3361 } 3362 3363 .pk-media-iframe h3 { 3364 margin-bottom: 10px; 3365 float: left; 3081 3366 } 3082 3367 3083 3368 .pk-media-iframe .error_list, 3084 .pk-media-iframe .error_list li {3085 margin:0;3086 padding:0;3087 } 3088 3089 .pk-media-iframe .error_list li {3090 float:left;3091 margin-left:20px;3092 height:20px;3093 line-height:24px;3094 padding-left:20px;3095 background:url(/pkContextCMSplugin/images/pk-icon-error.png) top left no-repeat;3096 } 3097 3098 #pk-media-upload-form-subforms {3099 clear:both;3100 float:left;3101 display:inline;3102 width:100%;3369 .pk-media-iframe .error_list li { 3370 margin: 0; 3371 padding: 0; 3372 } 3373 3374 .pk-media-iframe .error_list li { 3375 float: left; 3376 margin-left: 20px; 3377 height: 20px; 3378 line-height: 24px; 3379 padding-left: 20px; 3380 background: url(/pkContextCMSplugin/images/pk-icon-error.png) top left no-repeat; 3381 } 3382 3383 #pk-media-upload-form-subforms { 3384 clear: both; 3385 float: left; 3386 display: inline; 3387 width: 100%; 3103 3388 } 3104 3389 … … 3107 3392 browse button. Fixed height makes computing iframe height easy. */ 3108 3393 height: 40px; 3109 float:left; 3110 display:inline; 3111 clear:both; 3112 padding: 0; 3394 float: left; 3395 display: inline; 3396 clear: both; 3397 padding: 0; 3398 } 3399 3400 #pk-media-upload-form .form-row.newfile .pk-remove { 3401 margin-left: 5px; 3113 3402 } 3114 3403 3115 3404 #pk-media-upload-form .form-row input { 3116 border:1px solid #ccc;3405 border: 1px solid #ccc; 3117 3406 /* Explicit width messes up following remove link. */ 3118 3407 /* Float not needed when just input elements, remove links and errors … … 3120 3409 /* width:218px; */ 3121 3410 font: 12px/1 Arial, Sans-serif; 3122 padding:0;3123 float:left;3124 display:inline;3411 padding: 0; 3412 float: left; 3413 display: inline; 3125 3414 } 3126 3415 3127 3416 #pk-media-upload-form .form-row img { 3128 float: right;3417 float: right; 3129 3418 } 3130 3419 3131 3420 .pk-media-upload-form-footer, 3132 .pk-media-edit-footer {3133 margin-top:10px;3134 border-top:1px solid #ccc;3135 padding-top:10px;3136 width:100%;3137 clear:both;3138 float:left;3421 .pk-media-edit-footer { 3422 margin-top: 10px; 3423 border-top: 1px solid #ccc; 3424 padding-top: 10px; 3425 width: 100%; 3426 clear: both; 3427 float: left; 3139 3428 } 3140 3429 … … 3144 3433 /* == [START] Media Iframe Template Adjustments ======================== */ 3145 3434 3146 .pk-media-iframe { /* This is an additional body class used INSIDE iframes */3435 .pk-media-iframe {/* This is an additional body class used INSIDE iframes */ 3147 3436 margin-bottom: 0px; /* Kill the bottom margin which is making the iframe huge. tom@punkave.com */ 3148 3437 } 3149 3438 3150 3439 /* == [END] Media Iframe Template Adjustments ======================== */ 3440 3441 3442 3443 3151 3444 3152 3445 … … 3166 3459 */ 3167 3460 3461 body.iframe { 3462 margin: 0; 3463 padding: 0; 3464 } 3465 3168 3466 body { 3169 3467 margin-bottom: 100px; 3170 3468 } 3171 3469 3470 3172 3471 h1#head a { 3173 3472 display: block; 3174 3473 float: left; 3175 width: 3 76px;3176 height: 1 25px;3474 width: 364px; 3475 height: 113px; 3177 3476 margin: 30px 0; 3178 3477 text-indent: -9999px; 3179 background: url(/images/ logo.png) top left no-repeat;3478 background: url(/images/context-logo.png) top left no-repeat; 3180 3479 } 3181 3480 … … 3184 3483 } 3185 3484 3186 .main .pk-context-cms-content ol{ 3187 list-style:decimal; 3188 list-style-position:inside; 3189 } 3190 3191 .main .pk-context-cms-content ul{ 3192 list-style:disc; 3193 list-style-position:inside; 3485 3486 /* THIS IS NOT GOING TO WORK. IT NEEDS TO SCOPED TO RICH TEXT SLOTS ONLY */ 3487 .content ol { 3488 list-style: decimal; 3489 list-style-position: inside; 3490 } 3491 3492 .content ul { 3493 list-style: disc; 3494 list-style-position: inside; 3194 3495 } 3195 3496 … … 3248 3549 } 3249 3550 3250 .pk-home .banner-container.shadow .shadow-img { 3551 .pk-home .banner-container.shadow .shadow-img, 3552 .pk-landing .banner-container.shadow .shadow-img { 3251 3553 width: 980px; 3252 3554 z-index: 0; 3253 3555 } 3254 3556 3255 .pk- hub.main.shadow {3557 .pk-landing .main.shadow { 3256 3558 width: 720px; 3257 3559 } 3258 3560 3259 .pk- hub.main.shadow .shadow-img {3561 .pk-landing .main.shadow .shadow-img { 3260 3562 width: 740px; 3261 3563 } … … 3274 3576 } 3275 3577 3276 /* to-do move home banner styles into the trinity style section and integrate with these two stragglers */ 3277 3278 .banner-item { 3279 z-index: 2; 3280 } 3281 3282 #banner-home { 3283 z-index: 1; 3284 } 3578 3285 3579 3286 3580 /* == [START] A+S Handbook Styles == */ … … 3301 3595 color: #999; 3302 3596 } 3597 3598 .pk-tag-sidebar { 3599 float: left; 3600 width: 100%; 3601 clear: both; 3602 margin: 20px 0; 3603 } 3604 3605 .pk-tag-sidebar ul { 3606 float: left; 3607 width: 100%; 3608 list-style: none; 3609 list-style-position: outside !important; 3610 } 3611 3612 .pk-tag-sidebar ul li { 3613 margin: 0; 3614 } 3615 3616 .pk-tag-sidebar ul li.selected { 3617 position: relative; 3618 float: left; 3619 width: 100%; 3620 line-height: 20px; 3621 margin-bottom: 5px; 3622 } 3623 3624 .pk-tag-sidebar ul li.selected .pk-tag-sidebar-tag { 3625 display: inline; 3626 float: left; 3627 background-color: #EF9920; 3628 color: #fff; 3629 padding: 0 5px; 3630 } 3631 3632 .pk-tag-sidebar ul.pk-tag-sidebar-list { 3633 float: left; 3634 width: 100%; 3635 margin-bottom: 20px; 3636 } 3637 3638 .pk-tag-sidebar ul.pk-tag-sidebar-list li { 3639 margin: 0 0 5px 0; 3640 } 3641 3642 .pk-tag-sidebar .pk-tag-sidebar-tag-count { 3643 color: #ccc; 3644 } 3645 3646 .pk-tag-sidebar h4.pk-tag-sidebar-title.all-tags { 3647 color: #00afc8; 3648 background: #fff url(/pkContextCMSPlugin/images/pk-icon-arrow-toggle.png) -6px 0 no-repeat; 3649 cursor: pointer; 3650 text-indent: 16px; 3651 line-height: 20px; 3652 width: 100%; 3653 position: relative; 3654 } 3655 3656 .pk-tag-sidebar h4.pk-tag-sidebar-title.all-tags.open { 3657 background-position: -6px -20px; 3658 } 3659 3660 .pk-tag-sidebar h4.pk-tag-sidebar-title.all-tags.over { 3661 color: #666; 3662 background-position: -6px -40px; 3663 } 3664 3665 .pk-tag-sidebar h4.pk-tag-sidebar-title.all-tags.open { 3666 background-position: -6px -60px; 3667 } 3668 3669 .pk-tag-sidebar-list.all-tags { 3670 display: none; 3671 } 3672 3673 .pk-tag-sidebar h4.pk-tag-sidebar-title span { 3674 position: absolute; 3675 right: 0; 3676 font-size: 12px; 3677 color: #999; 3678 display: none; 3679 } 3680 3303 3681 .handbook .sidebar h4.handbook-all-tags-title { 3304 3682 color: #00afc8; … … 3317 3695 } 3318 3696 3319 .handbook .sidebar h4.handbook-all-tags-title.o ver.open {3697 .handbook .sidebar h4.handbook-all-tags-title.open { 3320 3698 background-position: 0 -60px; 3321 3699 } 3700 3322 3701 .handbook-all-tags-list { 3323 3702 display: none; 3324 3703 } 3704 3325 3705 3326 3706 .handbook .sidebar li { … … 3336 3716 .handbook .sidebar li.last { 3337 3717 border: none; 3338 margin-bottom: 20px; 3339 } 3340 3341 .handbook .sidebar li .tag { 3718 } 3719 3720 .handbook .sidebar li .pk-tag-sidebar-tag { 3342 3721 display: block; 3343 3722 float: left; 3344 3723 } 3345 3724 3346 .handbook .sidebar li . tag-count {3725 .handbook .sidebar li .pk-tag-sidebar-tag-count { 3347 3726 display: block; 3348 3727 float: right; 3728 color: #ccc; 3349 3729 } 3350 3730 … … 3395 3775 .policy-article-tags ul { 3396 3776 margin-left: 120px; 3777 list-style: none; 3778 list-style-position: outside !important; 3397 3779 } 3398 3780 … … 3405 3787 float: left; 3406 3788 width: 100%; 3407 margin-top:40px; 3789 margin-top: 40px; 3790 } 3791 3792 .pk-context-cms-article-controls, 3793 .handbook-tag-list, 3794 .policy-category-sidebar ul, 3795 .handbook-popular-tags-list, 3796 .handbook-all-tags-list 3797 { 3798 list-style: none !important; 3799 margin: 0 !important; 3800 padding: 0 !important; 3801 list-style-position: outside !important; 3408 3802 } 3409 3803 … … 3432 3826 margin-right: 20px; 3433 3827 } 3828 3829 #pk-media-video-search-results li { 3830 float: left; 3831 width: 240px; 3832 height: 200px; 3833 } 3834 3835 #pk-media-video-search-results li a { 3836 display: block; 3837 } 3838 3839 #pk-media-video-search-pagination li { 3840 display: inline; 3841 margin-right: 20px; 3842 } 3843