5 @import url(fonts.css);
11 font-family: "Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
20 text-decoration: none;
28 text-decoration: underline;
35 a.section:link, a.section:visited {
37 text-decoration: none;
40 a.section:focus, a.section:hover {
41 text-decoration: underline;
47 margin: .2em 0 .8em 0;
78 margin: .8em 0 .3em 0;
91 margin: 1.5em 0 .5em 0;
93 text-transform: uppercase;
98 list-style-type: square;
129 border-top: 1px solid #eee;
137 border-left: 5px solid #ddd;
141 font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
159 background-color: #eee;
168 /* TEXT STYLES & MODIFIERS */
190 .help, p.help, form p.help {
199 p img, h1 img, h2 img, h3 img, h4 img, td img {
200 vertical-align: middle;
203 .quiet, a.quiet:link, a.quiet:visited {
241 border-collapse: collapse;
248 border-bottom: 1px solid #eee;
251 font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
266 border-top: 1px solid #eee;
267 border-bottom: 1px solid #eee;
272 border-top: 1px solid #eee;
291 /* SORTABLE TABLES */
296 text-transform: uppercase;
300 thead th a:link, thead th a:visited {
308 thead th.sorted .text {
312 table thead th .text span {
317 table thead th .text a {
323 table thead th .text a:focus, table thead th .text a:hover {
327 thead th.sorted a.sortremove {
331 table thead th.sorted:hover a.sortremove {
335 table thead th.sorted .sortoptions {
337 padding: 9px 5px 0 5px;
342 table thead th.sorted .sortpriority {
351 table thead th.sorted .sortoptions a {
355 display: inline-block;
356 background: url(../img/sorting-icons.svg) 0 0 no-repeat;
357 background-size: 14px auto;
360 table thead th.sorted .sortoptions a.sortremove {
361 background-position: 0 0;
364 table thead th.sorted .sortoptions a.sortremove:after {
374 table thead th.sorted .sortoptions a.sortremove:focus:after,
375 table thead th.sorted .sortoptions a.sortremove:hover:after {
379 table thead th.sorted .sortoptions a.sortremove:focus,
380 table thead th.sorted .sortoptions a.sortremove:hover {
381 background-position: 0 -14px;
384 table thead th.sorted .sortoptions a.ascending {
385 background-position: 0 -28px;
388 table thead th.sorted .sortoptions a.ascending:focus,
389 table thead th.sorted .sortoptions a.ascending:hover {
390 background-position: 0 -42px;
393 table thead th.sorted .sortoptions a.descending {
395 background-position: 0 -56px;
398 table thead th.sorted .sortoptions a.descending:focus,
399 table thead th.sorted .sortoptions a.descending:hover {
400 background-position: 0 -70px;
405 input, textarea, select, .form-row p, form .button {
408 vertical-align: middle;
409 font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
418 input[type=text], input[type=password], input[type=email], input[type=url],
419 input[type=number], textarea, select, .vTextField {
420 border: 1px solid #ccc;
426 input[type=text]:focus, input[type=password]:focus, input[type=email]:focus,
427 input[type=url]:focus, input[type=number]:focus, textarea:focus, select:focus,
442 .button, input[type=submit], input[type=button], .submit-row input, a.button {
455 .button:active, input[type=submit]:active, input[type=button]:active,
456 .button:focus, input[type=submit]:focus, input[type=button]:focus,
457 .button:hover, input[type=submit]:hover, input[type=button]:hover {
461 .button[disabled], input[type=submit][disabled], input[type=button][disabled] {
465 .button.default, input[type=submit].default, .submit-row input.default {
472 .button.default:active, input[type=submit].default:active,
473 .button.default:focus, input[type=submit].default:focus,
474 .button.default:hover, input[type=submit].default:hover {
478 .button[disabled].default,
479 input[type=submit][disabled].default,
480 input[type=button][disabled].default {
493 .module p, .module ul, .module h3, .module h4, .module dl, .module pre {
502 .module ul, .module ol {
510 .module h2, .module caption, .inline-group h2 {
523 letter-spacing: 0.5px;
524 text-transform: uppercase;
528 border-collapse: collapse;
531 /* MESSAGES & ERRORS */
542 padding: 10px 10px 10px 65px;
544 background: #dfd url(../img/icon-yes.svg) 40px 12px no-repeat;
545 background-size: 16px auto;
549 ul.messagelist li.warning {
550 background: #ffc url(../img/icon-alert.svg) 40px 14px no-repeat;
551 background-size: 14px auto;
554 ul.messagelist li.error {
555 background: #ffefef url(../img/icon-no.svg) 40px 12px no-repeat;
556 background-size: 16px auto;
566 border: 1px solid #ba2121;
568 background-color: #fff;
569 background-position: 5px 12px;
585 ul.errorlist li:first-child {
591 text-decoration: underline;
606 border-bottom: 1px solid #eee;
610 .form-row.errors ul.errorlist li {
614 .errors input, .errors select, .errors textarea {
615 border: 1px solid #ba2121;
625 div.system-message p.system-message-title {
626 padding: 4px 5px 4px 25px;
629 background: #ffefef url(../img/icon-no.svg) 5px 5px no-repeat;
634 padding: 5px 0 0 12px;
652 div.breadcrumbs a:focus, div.breadcrumbs a:hover {
660 background: url(../img/icon-addlink.svg) 0 1px no-repeat;
663 .changelink, .inlinechangelink {
665 background: url(../img/icon-changelink.svg) 0 1px no-repeat;
670 background: url(../img/icon-deletelink.svg) 0 1px no-repeat;
673 a.deletelink:link, a.deletelink:visited {
677 a.deletelink:focus, a.deletelink:hover {
679 text-decoration: none;
693 .form-row .object-tools {
712 .object-tools a:link, .object-tools a:visited {
719 text-transform: uppercase;
720 letter-spacing: 0.5px;
724 .object-tools a:focus, .object-tools a:hover {
725 background-color: #417690;
728 .object-tools a:focus{
729 text-decoration: none;
732 .object-tools a.viewsitelink, .object-tools a.golink,.object-tools a.addlink {
733 background-repeat: no-repeat;
734 background-position: 93% center;
738 .object-tools a.viewsitelink, .object-tools a.golink {
739 background-image: url(../img/tooltag-arrowright.svg);
742 .object-tools a.addlink {
743 background-image: url(../img/tooltag-add.svg);
748 table#change-history {
752 table#change-history tbody th {
769 .dashboard #content {
782 margin-right: -300px;
800 .colSM #content-related {
806 .colSM #content-main {
826 #header a:link, #header a:visited {
830 #header a:focus , #header a:hover {
831 text-decoration: underline;
846 #branding h1, #branding h1 a:link, #branding h1 a:visited {
853 margin: -8px 0 8px 0;
859 text-decoration: none;
868 letter-spacing: 0.5px;
869 text-transform: uppercase;
874 border-bottom: 1px solid rgba(255, 255, 255, 0.25);
877 #user-tools a:focus, #user-tools a:hover {
878 text-decoration: none;
879 border-bottom-color: #79aec8;
889 #content-related .module {
893 #content-related h3 {
900 #content-related h4 {
909 #content-related .actionlist {
914 #content-related .actionlist li {
920 #content-related .module h2 {
924 border-bottom: 1px solid #eaeaea;
929 .delete-confirmation form input[type="submit"] {
936 .delete-confirmation form input[type="submit"]:active,
937 .delete-confirmation form input[type="submit"]:focus,
938 .delete-confirmation form input[type="submit"]:hover {
942 .delete-confirmation form .cancel-link {
943 display: inline-block;
944 vertical-align: middle;
954 .delete-confirmation form .cancel-link:active,
955 .delete-confirmation form .cancel-link:focus,
956 .delete-confirmation form .cancel-link:hover {