%PDF- %PDF-
| Direktori : /home1/lightco1/www/components/com_projectmanager/assets/css/ |
| Current File : //home1/lightco1/www/components/com_projectmanager/assets/css/common.css |
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.wrap {
width: 980px; /* fixed width, centered in viewport */
left: -490px;
margin-left: 50%;
position: relative;
}
.wrap > h1 {
font-size: 2.5em;
text-align: center;
padding-bottom: 3px;
}
#showcase {
visibility: hidden;
}
#showcase img {
cursor: pointer;
}
footer {
display: block;
position: relative;
}
#get {
font-size: 20px;
text-align: center;
}
#download {
margin: 8px auto;
margin-top: 12px;
display: block;
}
#license {
font-size: 18px;
text-align: center;
margin: 0;
}
#share {
position: absolute;
left: 4px;
}
.fb-like {
vertical-align: top;
}
.twitter-share-button {
width: 84px !important;
margin-left: 8px;
}
#credits {
color: #c9c9c9;
text-align: right;
padding-right: 25px;
position: absolute;
right: 0;
}
#credits h1 {
font-size: 1em;
margin: 2px auto;
}
#credits ul {
font-size: 14px;
list-style-type: none;
padding-left: 2px;
margin: 2px 0;
}
/* project page css*/
.projects h2 {
font: bold 40px/1.4em raleway,sans-serif;
color: #405357;
padding-left: 15px;
}
.project_section {
position: relative;
margin-bottom: 60px;
padding-bottom: 60px;
}
.project_section::after {
background: #ccc;
bottom: 0;
content: "";
height: 1px;
left: 0;
margin: auto;
position: absolute;
right: 0;
width: 80%;
}
.project_thumb {
}
.project_thumb .project_thumb_img {
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
max-width: 330px;
overflow: hidden;
max-height: 225px;
}
.project_thumb .project_thumb_img img {
width: 100%;
}
.project_thumb img:hover {
opacity: 0.8;
}
.project_detail {
color: #5e5e5e;
}
.project_detail .project_title {
margin-bottom: 0;
font-size: 18px;
}
.project_detail em {
margin-bottom: 10px;
display: block;
width: 100%;
}
.btn-more {
background: url("../images/Show-Gallery-ON.jpg");
}
.btn-more:hover {
background: url("../images/Show-Gallery-OFF.jpg");
}