body { background-color: #333333; font-family: verdana, sans-serif; } a { color: green; } /* Tabbed Pane */ /* - Common */ .ucw-tabbed-pane-options .ucw-tabbed-pane-selected { background-color: green; } .ucw-tabbed-pane-options .ucw-tabbed-pane-selected * { color: white; text-decoration: none; } .ucw-tabbed-pane-options .ucw-tabbed-pane-not-selected { background-color: #999999; } .ucw-tabbed-pane-options .ucw-tabbed-pane-not-selected * { color: black; text-decoration: none; } .ucw-tabbed-pane-body { border: 1px solid black; background-color: #CCCCCC; } .ucw-tabbed-pane-options { border: 1px solid black; background-color: #AAAAAA; } /* -admin */ /* .golf-admin-pane .ucw-tabbed-pane-options { width: 15%; */ /* position: absolute; */ /* left: 0em; */ /* margin: 0em; */ /* height: auto; } */ /* .golf-admin-pane .ucw-tabbed-pane-body { position: absolute; */ /* left: 15%; */ /* width: 75%; */ /* min-height: 90%; */ /* height: auto; */ /* padding-left: 0.5em; } */ .form { background-color: #CCCCCC; padding: 0.5em; border: 1px solid black; } .form input { margin-left: 1em; } /* -frontend */ /* .golf-frontend-pane */ .ucw-tabbed-pane-options .ucw-tabbed-pane-not-selected { display: inline; padding-left: 0.5em; padding-right: 0.5em; } /* .golf-frontend-pane */ .ucw-tabbed-pane-options .ucw-tabbed-pane-selected { display: inline; padding-left: 0.5em; padding-right: 0.5em; } /* .golf-frontend-pane */ .ucw-tabbed-pane-options { border-bottom: none; } /* .golf-frontend-pane */ .ucw-tabbed-pane-body { padding: 1em; } /* UI Controls */ ul.golf-controls { list-style: none; display: inline; margin: 0.5em; } ul.golf-controls li.control { display: inline; /* border: 1px solid red; */ padding-left: 0.5em; padding-right: 0.5em;} li.control a { text-decoration: none; } /* Chooser */ .golf-show-list { display: table; } .golf-show-list .golf-show-list-item { display: table-row; } .golf-show-list .golf-show-body { display: table-cell; } .golf-show-list .golf-controls { display: table-cell; } .frontend-show-chooser .golf-show-list { display: block; } .frontend-show-chooser .golf-show-list-item { display: list-item; } .frontend-show-chooser .golf-show-body { display: inline; } .frontend-show-chooser .golf-show-list-item a { text-decoration: none; } /* Editor */ .simple-form .error { color: red; font-size: smaller;} .field-box .label { text-transform: capitalize; } .label .error:before { content: " *" } .field-box .label .error { display: inline; } .top-level-show-editor { padding-top: 1em; } .ranged-show-list-pager { } /* Front End Main Page */ .header h1 { color: green; position: relative; left: 50px; } .golf-frontend-components .left-sidebar { width: 20%; font-size: 8pt; min-width: 15em; min-height: 100%; display: float; float: left; } .golf-frontend-components .next-last-show-previews .show-previewer h1 { font-size: 16pt; } .golf-frontend-components .next-last-show-previews .show-previewer h2 { font-size: 14pt; } /* .show-previews .last-show { position: relative; */ /* top: 0em; */ /* width: 35%; */ /* left: 0%; } */ /* .show-previews .next-show { position: relative; */ /* width: 30%; */ /* left: 60%; } */ .next-last-show-previews .last-show { display: float; float: left; width: 35%; left: 0%; } .next-last-show-previews .next-show { display: float; float: right; width: 35%; left: 50%; } .sidebar-show-chooser h1 { font-size: 8pt; margin-top: 0em; } .sidebar-show-chooser h1.date { margin-bottom: 0.2em; margin-top: 0em; } .sidebar-show-chooser .golf-show-body { display: inline; } .sidebar-show-chooser h1 a { text-decoration: none; color: green; } .sidebar-show-chooser ul { list-style: none; padding: 0em; margin: 0em; }