SUTF#40300 styleditor gebruiken
svn path=/Website/branches/v2016.3/; revision=33592
This commit is contained in:
@@ -11,206 +11,4 @@
|
|||||||
/* Titelbalk */
|
/* Titelbalk */
|
||||||
#headerblok {
|
#headerblok {
|
||||||
background: url(banner.png) no-repeat;
|
background: url(banner.png) no-repeat;
|
||||||
background-color: #fff;
|
|
||||||
background-position: 0px 0px;
|
|
||||||
color: #261a40;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Links & highlights */
|
|
||||||
a.newstextFresh:hover,
|
|
||||||
a.newstext:hover,
|
|
||||||
#showbody input.details:hover,
|
|
||||||
span.ia:hover,
|
|
||||||
label.cadselect:hover,
|
|
||||||
table.filter td:hover p,
|
|
||||||
span.pscapt:hover,
|
|
||||||
#facforum #container a:hover {
|
|
||||||
text-decoration: none;
|
|
||||||
color: #e87d0d;
|
|
||||||
}
|
|
||||||
tr.flexcollapsable td:hover span,
|
|
||||||
.more:hover {
|
|
||||||
color: #e87d0d;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Portal */
|
|
||||||
html, body, #editbody, #showbody, #listbody {
|
|
||||||
background-image: none;/*url(../Pictures/bodybgrnd.jpg);*/
|
|
||||||
background-color: #fff;
|
|
||||||
color: #261a40;
|
|
||||||
}
|
|
||||||
.ui-corner-all {
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mywelcometitle {
|
|
||||||
background: url(images/grad_oranje.png) #e87d0d repeat-x left top;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
#mywelcometitle strong {
|
|
||||||
color: #fff;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
#mywelcometitle sup {
|
|
||||||
color: #e87d0d;
|
|
||||||
}
|
|
||||||
#mywelcomeinfo {
|
|
||||||
background: url(images/grad_grijs.png) #f5f2f5 repeat-x left top;
|
|
||||||
color: #261a40;
|
|
||||||
float: none;
|
|
||||||
}
|
|
||||||
.nieuwstitel {
|
|
||||||
color: #e87d0d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.newstext,
|
|
||||||
.newstextFresh {
|
|
||||||
color: #261a40;
|
|
||||||
}
|
|
||||||
|
|
||||||
.listbody table {
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tekst van titels (overzichten, mijn facilitor, etc */
|
|
||||||
.fcltframeheader,
|
|
||||||
#search div.fcltblockhead,
|
|
||||||
.fcltframeheader span,
|
|
||||||
#search div.fcltblockhead span,
|
|
||||||
#iframerextratitle {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#showbody label,
|
|
||||||
#showbody input {
|
|
||||||
color: #261A40;
|
|
||||||
}
|
|
||||||
#showbody .details {
|
|
||||||
color: #22c;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Flexvelden type label */
|
|
||||||
td.flexlabel,
|
|
||||||
#showbody td.flexlabel label {
|
|
||||||
background: url(images/grad_lichtoranje.png) #fea45a repeat-x left top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexlabel span {
|
|
||||||
color: #261A40;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexcollapsed span {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rstable thead th,
|
|
||||||
.rstable tfoot td,
|
|
||||||
.sortable.rstable tfoot td {
|
|
||||||
background: url(images/grad_grijs.png) #f5f2f5 repeat-x left top;
|
|
||||||
color: #261a40;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Verplichte velden */
|
|
||||||
* html .required, .required, .required:focus, input.required {
|
|
||||||
background-color: #f9e2c9;
|
|
||||||
}
|
|
||||||
input[type=text].required,
|
|
||||||
input[type=password].required,
|
|
||||||
select.required, option.required,
|
|
||||||
textarea.required {
|
|
||||||
background-color: #f9e2c9;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Menu */
|
|
||||||
.ui-layout-content {
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
div#ProfFAC,
|
|
||||||
div#PersFAC,
|
|
||||||
div#MgtFAC {
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
div#ProfFAC .menukop {
|
|
||||||
color: #261a40;
|
|
||||||
}
|
|
||||||
|
|
||||||
div#PersFAC ul li li a,
|
|
||||||
div#ProfFAC ul li li a {
|
|
||||||
color: #261a40;
|
|
||||||
}
|
|
||||||
div#PersFAC ul li li a:hover,
|
|
||||||
div#ProfFAC ul li li a:hover {
|
|
||||||
color: #e87d0d;
|
|
||||||
}
|
|
||||||
div#PersFAC ul li span.menukop {
|
|
||||||
color: #261a40;
|
|
||||||
}
|
|
||||||
span.menukop {
|
|
||||||
background-image: none;
|
|
||||||
color: #e87d0d;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Portal (loketten) */
|
|
||||||
#portalbody {
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
#portalmenu h2 {
|
|
||||||
background: url(images/grad_oranje.png) #e87d0d repeat-x left top;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
#portalmenu table {
|
|
||||||
margin: auto;
|
|
||||||
}
|
|
||||||
#portalmenu table tr td {
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#portalmenu span.menukop {
|
|
||||||
color: #e87d0d;
|
|
||||||
}
|
|
||||||
|
|
||||||
#portalmenu li.mi {
|
|
||||||
color: #261a40;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Search */
|
|
||||||
table.filter {
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
table.filter th {
|
|
||||||
background-color: #e87d0d;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Kalender */
|
|
||||||
.ui-datepicker-header.ui-widget-header,
|
|
||||||
.ui-dialog-titlebar.ui-widget-header {
|
|
||||||
background: url(images/grad_oranje.png) #e87d0d repeat-x left top;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Uren */
|
|
||||||
.modal th {
|
|
||||||
background: url(images/grad_oranje.png) #e87d0d repeat-x left top;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* API-portal */
|
|
||||||
#phonebookdetails a:link,
|
|
||||||
#phonebookdetails a:visited,
|
|
||||||
#filler a:link,
|
|
||||||
#filler a:visited {
|
|
||||||
color: #e87d0d;
|
|
||||||
}
|
|
||||||
#mywelcometitle a:link,
|
|
||||||
#mywelcometitle a:visited,
|
|
||||||
#mywelcometitle u li {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
#phonebookdetails a:hover,
|
|
||||||
#mywelcometitle a:hover,
|
|
||||||
#filler ul li a:hover {
|
|
||||||
color: #e87d0d;
|
|
||||||
}
|
|
||||||
#filler h1, #filler h2, #filler h3 {
|
|
||||||
color: #261a40;
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user