mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-25 08:57:55 +00:00
402 lines
7.7 KiB
CSS
402 lines
7.7 KiB
CSS
@viewport{
|
|
width: extend-to-zoom;
|
|
zoom: 1.0;
|
|
}
|
|
|
|
@-ms-viewport{
|
|
width: extend-to-zoom;
|
|
zoom: 1.0;
|
|
}
|
|
|
|
html {
|
|
min-height: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
body {
|
|
margin-left: 90px;
|
|
font-family: "Segoe UI Light", "Segoe UI", "Verdana";
|
|
font-size: 1.25em;
|
|
overflow-x: hidden;
|
|
color: #666;
|
|
padding: 2%;
|
|
padding-top: 1%;
|
|
margin-top: 0;
|
|
text-align: center;
|
|
background-color: #ccc;
|
|
background-image: linear-gradient(135deg, white, #ccc 500px);
|
|
height: 100%;
|
|
}
|
|
|
|
|
|
b {
|
|
font-weight: bold;
|
|
}
|
|
|
|
footer div#shareLinks {
|
|
position: fixed;
|
|
width: 390px;
|
|
height: 30px;
|
|
right: 180px;
|
|
top: 0;
|
|
padding: 5px;
|
|
border-left: 5px white solid;
|
|
background-color: white;
|
|
box-shadow: 0 0 5px #ccc;
|
|
opacity: .75;
|
|
border-bottom-left-radius: 15px;
|
|
border-bottom-right-radius: 15px;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div#main-body-container {
|
|
box-shadow: 0 0 10px gray;
|
|
background-color: white;
|
|
padding: 20px;
|
|
padding-bottom: 5px;
|
|
padding-top: 10px;
|
|
border-radius: 10px;
|
|
text-align: left;
|
|
min-height: 950px;
|
|
}
|
|
|
|
h1 {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4 {
|
|
font-family: "Segoe UI Light", "Segoe UI", "Verdana";
|
|
font-weight: 100;
|
|
}
|
|
|
|
h1 span,
|
|
h2 span,
|
|
h3 span,
|
|
h4 span {
|
|
color: #65AEFF;
|
|
font-style: italic;
|
|
font-weight: light;
|
|
}
|
|
|
|
pre.code,
|
|
code {
|
|
padding: 5px;
|
|
background-color: #eee;
|
|
border: 2px dashed gray;
|
|
overflow: auto;
|
|
}
|
|
|
|
pre.code span {
|
|
color: green;
|
|
}
|
|
|
|
pre.code span span {
|
|
color: #770;
|
|
}
|
|
|
|
#breadcrumb {
|
|
font-style: italic;
|
|
margin: 2px;
|
|
font-size: 80%;
|
|
position: relative;
|
|
top: 20px;
|
|
}
|
|
|
|
#breadcrumb a,
|
|
#logo a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
#breadcrumb {
|
|
top: 10px;
|
|
}
|
|
|
|
ol li {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
ol#implementation li code {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
ol.compact li {
|
|
margin-top: 0;
|
|
}
|
|
|
|
td.description {
|
|
background-color: #eee;
|
|
padding: 3px;
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
td.chart {
|
|
text-align: center;
|
|
}
|
|
|
|
.example_boxout {
|
|
background-color: #eee;
|
|
padding: 3px;
|
|
border: 1px solid #aaa;
|
|
}
|
|
|
|
div#devtag {
|
|
border-radius: 5px;
|
|
position: fixed;
|
|
top: 5px;
|
|
left: 70px;
|
|
border: 2px solid black;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-family: Arial;
|
|
background-color: red;
|
|
z-index: 1001;
|
|
}
|
|
|
|
ol#colors li {
|
|
margin: 0;
|
|
}
|
|
|
|
div.list-item {
|
|
width: 220px;
|
|
display: inline-block;
|
|
}
|
|
|
|
div.list-item.label {
|
|
width: 170px;
|
|
}
|
|
|
|
legend {
|
|
background-color: #efefef;
|
|
border: 1px solid #75736e;
|
|
}
|
|
|
|
body#licensing span {
|
|
font-size: 120%;
|
|
}
|
|
|
|
div.warning {
|
|
border: 1px solid black;
|
|
_text-align: center;
|
|
background-color: #ffa;
|
|
padding: 5px;
|
|
margin-top: 5px;
|
|
border-radius: 15px;
|
|
-moz-border-radius: 15px;
|
|
-webkit-border-radius: 15px;
|
|
webkit-box-shadow: #aaa 1px 1px 15px;
|
|
-moz-box-shadow: #aaa 1px 1px 15px;
|
|
box-shadow: #aaa 1px 1px 15px;
|
|
filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135); z-index: 98;
|
|
opacity: 0.9;
|
|
}
|
|
|
|
|
|
div#title div#image {
|
|
float: left;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
div#title div#text {
|
|
padding-top: 5px;
|
|
margin-left: 70px;
|
|
}
|
|
|
|
div.warning p {
|
|
text-align: center;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.description {
|
|
border: 1px dashed gray;
|
|
background-color: #eee;
|
|
font-size: 75%;
|
|
padding: 3px;
|
|
}
|
|
|
|
div#social {
|
|
display: inline;
|
|
display: inline-block;
|
|
}
|
|
|
|
div.testimonial {
|
|
font-size: 80%;
|
|
padding: 6px;
|
|
}
|
|
|
|
span.javascript-comment {
|
|
color: #090;
|
|
}
|
|
|
|
.ModalDialog_dialog {
|
|
box-shadow: 0 0 25px gray ! important;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ul {
|
|
list-style-image: url('/images/bullet.png');
|
|
}
|
|
|
|
.documentation_header {
|
|
border: 1px solid #aaa;
|
|
background-color: #eee;
|
|
font-style: italic;
|
|
padding: 5px;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
span#byline {
|
|
position: relative;
|
|
top: -15px;
|
|
}
|
|
|
|
div#socialIcons {
|
|
float: right;
|
|
padding-right: 50px;
|
|
font-variant: small-caps;
|
|
text-align: center;
|
|
position: relative;
|
|
top: 0;
|
|
}
|
|
|
|
|
|
p#copyright {
|
|
text-align: center;
|
|
font-size: 70%;
|
|
color: black;
|
|
}
|
|
|
|
p#copyright a {
|
|
color: black;
|
|
}
|
|
|
|
p#copyright a:hover {
|
|
font-weight: bold;
|
|
}
|
|
|
|
div#social-links {
|
|
font-size: 0;
|
|
}
|
|
|
|
div#frontPageTestimonialBoxout {
|
|
padding: 15px;
|
|
margin-right: 10px;
|
|
background-color: rgba(200,200,200,0.35);
|
|
}
|
|
div#frontPageTestimonialBoxout p#readMoreLink {
|
|
font-size: 0.8em;
|
|
text-align: right;
|
|
}
|
|
|
|
#supported-chart-icons div.icon {
|
|
width: 64px;
|
|
height: 64px;
|
|
background-image: url(/images/chart-icons/chart-image-sprite.png);
|
|
float: left;
|
|
margin-left: 8px;
|
|
margin-right: 8px;
|
|
background-repeat: none;
|
|
text-align: center;
|
|
opacity: 0.5;
|
|
transform: scale(0.85);
|
|
transition: opacity .5s, transform .5s;
|
|
height: 70px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#supported-chart-icons div.icon:hover {
|
|
opacity: 1;
|
|
transform: scale(1.1);
|
|
}
|
|
|
|
#supported-chart-icons div.icon div {
|
|
position: relative;
|
|
top: 70px;
|
|
}
|
|
|
|
/*
|
|
* The floated boxes on the front page
|
|
*/
|
|
|
|
#front-page-float-container {
|
|
display: flex;
|
|
}
|
|
|
|
#front-page-float-container > div:first-child {
|
|
}
|
|
|
|
#front-page-float-left-lower,
|
|
#front-page-float-left {
|
|
background-color: rgba(0,255,0,0.25);
|
|
width: 50%;
|
|
float: left;
|
|
padding: 15px;
|
|
margin-left: 15px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
#front-page-float-left-lower {
|
|
background-color: cyan;
|
|
}
|
|
|
|
#front-page-float-right-lower,
|
|
#front-page-float-right {
|
|
background-color: rgba(255,0,0,0.25);
|
|
width: 50%;
|
|
float: left;
|
|
padding: 15px;
|
|
margin-left: 15px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
#front-page-float-right-lower {
|
|
background-color: rgba(255,255,0,0.5);
|
|
}
|
|
|
|
#front-page-float-left h2,
|
|
#front-page-float-left-lower h2,
|
|
#front-page-float-right h2,
|
|
#front-page-float-right-lower h2 {
|
|
font-family: Arial Black, Arial;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
#front-page-float-left,
|
|
#front-page-float-left-lower,
|
|
#front-page-float-right,
|
|
#front-page-float-right-lower {
|
|
min-height: 120px;
|
|
}
|
|
|
|
#text-only-link {
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 5px;
|
|
z-index: 2;
|
|
font-size: 70%;
|
|
font-weight: bold;
|
|
font-family: Arial black;
|
|
color: #aaf;
|
|
background-color: rgba(255,255,255,0.75);
|
|
padding: 5px;
|
|
} |