Blame view

plugins/system/web357framework/elements/assets/css/web357framework.css 3.64 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
/* ======================================================
# Web357 Framework - Joomla! System Plugin v1.5.1
# -------------------------------------------------------
# For Joomla! 3.x
# Author: Yiannis Christodoulou (yiannis@web357.eu)
# Copyright (©) 2009-2018 Web357. All rights reserved.
# License: GNU/GPLv3, http://www.gnu.org/licenses/gpl-3.0.html
# Website: https://www.web357.eu/
# Support: support@web357.eu
# Last modified: 09 Feb 2018, 13:55:18
========================================================= */

/************* Extension's Information *************/
.w357 .btn {
	margin-bottom: 5px;
}
.w357.com_vmsales .span9,
.w357.com_monthlyarchive .span9 {	
	margin-left: 0px;
}
.w357_ext_uptodate {
	color: #34495e;
	font-weight: 700;
	font-size: 14px;
	border: 2px solid #e1edea;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: #f1f9f7 url("../images/tick.png") no-repeat 15px 18px;
	padding: 15px 15px 15px 50px;
	line-height: 22px;
	width: 565px;
	clear: both;
	text-align: left;
}

.w357_ext_uptodate.com_vmsales,
.w357_ext_uptodate.com_monthlyarchive {
	width: auto !important;
}
	
.w357_ext_uptodate_j25 {
	margin: 15px 0 50px 0;
}
.w357_ext_uptodate_j3x {
}

.w357_ext_notuptodate  {
	color: #e74c3c;
	font-weight: 700;
	font-size: 14px;
	margin: 15px 0 0 0;
	border: 2px solid #e1edea;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: #f1f9f7 url("../images/alert.png") no-repeat 15px 18px;
	padding: 15px 15px 15px 50px;
	line-height: 22px;
	text-align: left;
}
.w357_ext_notuptodate.com_vmsales,
.w357_ext_notuptodate.com_monthlyarchive {
	width: auto !important;
}
	
.w357_ext_notuptodate a {
    border-bottom: 1px dotted #999;
    text-decoration: none;
}
.w357_ext_notuptodate a:hover {
    border-bottom: 1px dotted orange;
    text-decoration: none;
}
/************* Params *************/
.free,
.pro {
	cursor: pointer;
}
.w357frm_param_header label {
	font-weight: 700;
	color: #fff;
	clear: both;
	display: block;
	width: 600px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 0 0 0;
	padding: 15px 20px !important;
	background: #0B55C4;
	font-size: 17px;
	border-width: 1px;
	border-style: solid;
}
.w357frm_param_header.com_vmsales label,
.w357frm_param_header.com_monthlyarchive label {
	width: auto !important;
}

/* large header */
.w357frm_param_header.w357_large_header label { }

/* small header */
.w357frm_param_header.w357_small_header label {
	margin: 0 0 5px 0;
	padding: 8px 20px !important;
	background-color: transparent;
	font-size: 14px;
	color: #0B55C4;
	border-color: #0B55C4;
	border-style: dotted;
}

/* extra small header */
.w357frm_param_header.w357_xsmall_header label {
	margin: 0;
    padding: 8px 0px !important;
    font-size: 13px;
    background: none;
    color: #000;
    font-weight: 700;
    border: none;
}

/* for j25x */
.w357frm_param_header.vj25x {
	overflow: hidden;
	clear: both;
}

/************* Item's Description *************/
.w357_item_full_desc {
	margin: 30px 0 0 10px;
}

/************* Responsive *************/
@media(max-width:1100px){
	.w357_ext_uptodate,
	.w357frm_param_header label {
		width: auto !important;
	}
}

/************* Social Icons *************/
.w357_social {
}
.w357_social_icon {
	margin-right: 20px;
}

/************* Screenshots of fields *************/
.w357_screenshot_modal {
	 margin-top: 15px;
}
.w357_screenshot_modal_free {
	position: relative;
	top: -40px;
	left: 220px;
}

/************* JED review *************/
.w357frm_leave_review_on_jed {
	margin-top: 20px;
}

/************* CSS fix after J! 3.7.3 update *************/
.form-horizontal .control-label {
	width: auto !important;
}