File: /home/oscasa/public_html/plugins/system/t3/admin/tour/css/tour.css
/**
*------------------------------------------------------------------------------
* @package T3 Framework for Joomla!
*------------------------------------------------------------------------------
* @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @authors JoomlArt, JoomlaBamboo, (contribute to this project at github
* & Google group to become co-author)
* @Google group: https://groups.google.com/forum/#!forum/t3fw
* @Link: http://t3-framework.org
*------------------------------------------------------------------------------
*/
/* Tour overlay
-------------------*/
#t3-admin-tour-overlay {
position:fixed;
width:100%;
height:100%;
top:0px;
left:0px;
z-index:10000;
}
.t3-admin-tour-overlay {
position: fixed;
top: 0;
left: 0;
opacity: 0.2;
background: #000;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
width:100%;
height:100%;
}
/* Tour Intro
-------------------*/
.t3-admin-tour-intro {
position: fixed;
top: 30%;
left: 50%;
width: 400px;
margin-left: -200px;
color: #666;
border: 3px solid #f80;
font-size: 14px;
padding: 30px;
background-color: #eee;
border-radius: 0;
z-index: 10002;
box-shadow: 0 0 20px rgba(0,0,0,.5);
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.t3-admin-tour-intro h1 {
font-size: 30px;
margin: 0 0 5px;
line-height: normal;
font-weight: normal;
}
.t3-admin-tour-intro .btn-large {
font-size: 16px !important;
}
.t3-admin-tour-intro-msg {
margin-bottom: 20px;
}
.t3-admin-tour-starttour {
width: 60%;
}
.t3-admin-tour-activated .t3-admin-tour-intro {
display: none;
}
/* Tour Control
-------------------*/
#t3-admin-tour-controls {
display: none;
}
#t3-admin-tour-controls .btn-group {
margin-left: 0;
}
.popover-controls #t3-admin-tour-controls {
display: block;
}
.t3-admin-tour-controls .t3-admin-tour-controls-btns {
text-align: center;
}
.t3-admin-tour-controls .t3-admin-tour-controls-btns .btn,
.t3-admin-tour-intro-action .btn {
font-size: 14px;
}
/* hide prev, next button when tour is not started */
#prevtourstep,
#nexttourstep {
display: none;
}
/* show prev, next button when tour is started */
.t3-admin-tour-activated #prevtourstep,
.t3-admin-tour-activated #nexttourstep {
display: inline-block;
}
/* hide intro, start button when tour is started */
.t3-admin-tour-activated .t3-admin-tour-intro,
.t3-admin-tour-activated #activatetour {
display: none;
}
/* Popover
-------------------*/
.popover {
z-index: 10010;
}
.t3-admin-tour-popover {
width: 350px;
max-width: 350px;
font-size: 14px;
background-color: #fff;
color: #666;
}
.t3-admin-tour-popover .popover-title {
background: none;
padding: 20px 20px 0;
font-size: 22px;
font-weight: normal;
border-bottom: 0;
line-height: 1.2;
color: #333;
}
.t3-admin-tour-popover .popover-content {
padding: 10px 20px 20px;
}
.t3-admin-tour-popover .popover-content .t3-admin-tour-img {
border: 1px solid #ccc;
margin: 10px 0 20px;
border-radius: 5px;
box-shadow: 0 0 3px rgba(0,0,0,.05);
width: 100%;
max-height: 300px;
overflow: hidden;
}
.t3-admin-tour-popover .popover-content .t3-admin-tour-img img {
width: 100%;
}
.t3-admin-tour-popover .popover-controls {
padding: 0 20px 20px;
}
.t3-admin-tour-count {
line-height: 18px;
padding: 8px 0 0;
font-size: 12px;
display: inline-block;
margin-left: 10px;
color: #999;
}
/* Tour icon in tab
--------------------*/
.t3-admin-tour-help {
font-size: 28px;
position: absolute;
right: 30px;
top: 10px;
cursor: pointer;
}
.t3-admin-fieldset-desc {
padding-right: 70px;
position: relative;
}
/* Quick Help
--------------------*/
.t3-admin-tour-quickhelp {
background: #FEFFDE;
border-radius: 2px;
border: 1px solid #ccc;
color: #555;
display: none;
font-size: 12px;
padding: 0 5px 0 10px;
line-height: 25px;
height: 25px;
width: 170px;
margin-left: 20px;
}
.subhead:hover .t3-admin-tour-quickhelp {
margin-left: 10px;
}
.t3-admin-tour-quickhelp::before {
display: block;
content: " ";
float: left;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 5px 5px 0;
border-right-color: #c0c0c0;
margin-top: 8px;
margin-left: -15px;
}
.t3-admin-tour-quickhelp::after {
display: block;
content: " ";
float: left;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 4px 4px 4px 0;
border-right-color: #FEFFDE;
margin-top: -16px;
margin-left: -14px;
}
.t3-admin-tour-quickhelp .close {
margin-top: 1px;
padding: 0;
}