Changes

no edit summary
Line 1: Line 1: −
/* CSS placed here will be applied to all skins */
+
#ff-header {
 +
  width: 100%;
 +
  font-weight: bold;
 +
}
 +
 
 +
#ff-header .default {
 +
background: #a1a8c2;
 +
color: white;
 +
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
 +
padding-left: 4px;
 +
text-align: left;
 +
}
    
#cortex-table table {
 
#cortex-table table {
background: lightgrey;
+
background: lightgrey;
border: 3px solid lightgrey;
+
border: 3px solid lightgrey;
border-radius: 10px;
+
border-radius: 10px;
padding: 3px;
+
padding: 3px;
text-align: right;
+
text-align: right;
                margin-bottom: 8px;
+
margin-bottom: 8px;
}
+
}
   −
#cortex-table table.Asset {
+
#cortex-table table.Asset {
 
background: lightgrey;
 
background: lightgrey;
 
border: 3px solid lightgrey;
 
border: 3px solid lightgrey;
Line 16: Line 27:  
padding: 3px;
 
padding: 3px;
 
text-align: right;
 
text-align: right;
                margin-bottom: 8px;
+
margin-bottom: 8px;
}
+
}
   −
#cortex-table table.Complication {
+
#cortex-table table.Complication {
 
background: darkgrey;
 
background: darkgrey;
 
border: 3px solid darkgrey;
 
border: 3px solid darkgrey;
Line 26: Line 37:  
padding: 3px;
 
padding: 3px;
 
text-align: right;
 
text-align: right;
                margin-bottom: 8px;
+
margin-bottom: 8px;
}
+
}
    
#cortex-table th {
 
#cortex-table th {
background-color: black;
+
background-color: black;
color: white;
+
color: white;
                border: 3px solid lightgrey;
+
border: 3px solid lightgrey;
border-radius: 10px;
+
border-radius: 10px;
text-align: center;
+
text-align: center;
}
+
}
 +
 
 
#cortex-table td.value {
 
#cortex-table td.value {
  background-color: white;
+
background-color: white;
  color: black;
+
color: black;
                border: 3px solid lightgrey;
+
border: 3px solid lightgrey;
border-radius: 10px;
+
border-radius: 10px;
padding: 5px;  
+
padding: 5px;
text-align: center;
+
text-align: center;
}
+
}
}
      
body #db-name {
 
body #db-name {
  font-family: "palatino linotype", palatino, serif;
+
font-family: "palatino linotype", palatino, serif;
  font-size: 40px;
+
font-size: 40px;
  color: #21C251;
+
color: #21C251;
  font-style: normal;
+
font-style: normal;
  font-weight: bold;
+
font-weight: bold;
  font-variant: small-caps;
+
font-variant: small-caps;
  text-align: center;
+
text-align: center;
  letter-spacing: 0px;
+
letter-spacing: 0px;
  line-height: 20px;
+
line-height: 20px;
}
+
}
    
body #db-header {
 
body #db-header {
  font-family: "palatino linotype", palatino, serif;
+
font-family: "palatino linotype", palatino, serif;
  font-size: 20px;
+
font-size: 20px;
  color: #21C251;
+
color: #21C251;
  font-style: normal;
+
font-style: normal;
  font-weight: normal;
+
font-weight: normal;
  font-variant: small-caps;
+
font-variant: small-caps;
  text-align: left;
+
text-align: left;
  letter-spacing: 0px;
+
letter-spacing: 0px;
  padding-top: 20px;
+
padding-top: 20px;
  line-height: 20px;
+
line-height: 20px;
}
+
}
    
.db-table {
 
.db-table {
  background: #21C251;
+
background: #21C251;
  font-family: "palatino linotype", palatino, serif;
+
font-family: "palatino linotype", palatino, serif;
  font-size: 12px;
+
font-size: 12px;
}
+
}
    
body #db-text {
 
body #db-text {
  background=#FFFFFF;
+
background=#FFFFFF;
  font-family: "palatino linotype", palatino, serif;
+
font-family: "palatino linotype", palatino, serif;
  font-size: 14px;
+
font-size: 14px;
}
+
}
    
#ff-text .headline {
 
#ff-text .headline {
  font-family: "lucida sans unicode", "lucida grande", sans-serif;
+
font-family: "lucida sans unicode", "lucida grande", sans-serif;
  font-weight: bold;
+
font-weight: bold;
  font-size: 18px;
+
font-size: 18px;
  font-variant: small-caps;
+
font-variant: small-caps;
  vertical-align: bottom;
+
vertical-align: bottom;
}
+
}
 +
 
 
#ff-text {
 
#ff-text {
  font-family: arial, sans-serif;
+
font-family: arial, sans-serif;
  font-size: 12px;
+
font-size: 12px;
  color: #000000;
+
color: #000000;
  font-style: normal;
+
font-style: normal;
  font-weight: normal;
+
font-weight: normal;
  font-variant: normal;
+
font-variant: normal;
  text-align: left;
+
text-align: left;
}
+
}
 +
 
 +
#ff-text .content {
 +
letter-spacing: 0px;
 +
line-height: 16px;
 +
}
   −
#ff-text .content {
+
#ff-text .checkbox {
  letter-spacing: 0px;
+
width: 5%;
  line-height: 16px;
+
float: left;
}
+
font-size: 20px;
 +
}
   −
#ff-text .checkbox {
+
#ff-text .trigger {
  width: 5%;
+
width: 95%;
  float: left;
+
float: left;
  font-size: 20px;
+
}
}
  −
#ff-text .trigger {
  −
  width: 95%;  
  −
  float: left;
  −
}
      
.sm-header {
 
.sm-header {
  background-color: black;
+
background-color: black;
  color: white;
+
color: white;
  font-family: "lucida sans unicode", "lucida grande", sans-serif;
+
font-family: "lucida sans unicode", "lucida grande", sans-serif;
  font-size: 22px;
+
font-size: 22px;
  font-style: normal;
+
font-style: normal;
  font-weight: bold;
+
font-weight: bold;
  font-variant: small-caps;
+
font-variant: small-caps;
  text-align: right;
+
text-align: right;
  letter-spacing: 1.2px;
+
letter-spacing: 1.2px;
  padding-right: 10px;
+
padding-right: 10px;
  padding-bottom: 4px;
+
padding-bottom: 4px;
  padding-top; 4px;
+
padding-top;
  line-height: 25px;}
+
4px;
 +
line-height: 25px;
 +
}
    
.sm-table {
 
.sm-table {
  background-color: white;
+
background-color: white;
  color: black;
+
color: black;
  font-family: "palatino linotype", palatino, serif;
+
font-family: "palatino linotype", palatino, serif;
 
  }
 
  }