Файловый менеджер - Редактировать - /home/lmsyaran/public_html/joomla4/css.tar
Назад
editor.css 0000644 00000002241 14736526710 0006556 0 ustar 00 /** * @copyright (C) 2005 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ body { background: #fff; font-family: Tahoma, Helvetica, Arial, sans-serif; line-height: 1.3em; font-size: 76%; color: #333; } h1 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #666; } h2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #333; } h3 { font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #135cae; } h4 { font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #333; } a:link, a:visited { color: #1B57B1; text-decoration: none; font-weight: normal; } a:hover { color: #00c; text-decoration: underline; font-weight: normal; } div.caption { padding: 0 10px 0 10px; } div.caption img { border: 1px solid #CCC; } div.caption p { font-size: .90em; color: #666; text-align: center; } /* STYLES FOR JOOMLA! EDITOR */ hr#system-readmore { border: red dashed 1px; color: red; } hr.system-pagebreak { border: gray dashed 1px; color: gray; } error.css 0000644 00000002626 14736526710 0006430 0 ustar 00 /** * @copyright (C) 2005 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ /* Start Common Styles */ * { font-family: helvetica, arial, sans-serif; font-size: 11px; color: #5F6565; } html { height: 100%; margin-bottom: 1px; } body { margin: 0px; padding: 0px; height: 100%; margin-bottom: 1px; background: #FFFFFF; font-family: helvetica, arial, sans-serif; font-weight: normal; padding-top: 0px; margin-top: 0px; } .error { margin-left: auto; margin-right: auto; } table, td, th, div, pre, blockquote, ul, ol, dl, address,.componentheading,.contentheading,.contentpagetitle,.sectiontableheader,.newsfeedheading { font-family: helvetica, arial, sans-serif; font-weight: normal; } #outline { width: 900px; margin: 0 auto; padding: 0px; padding-top: 60px; padding-bottom: 60px; background: #FFFFFF; } #errorboxoutline { width: 900px; margin: 0px; padding: 0px; border: 1px solid #000000; } #errorboxheader { width: 900px; margin: 0px; padding: 0px; background: #E44249; color: #FFFFFF; font-weight: bold; font-size: 12px; line-height: 22px; text-align: center; border-bottom: 1px solid #000000; } #errorboxbody { margin: 0px; padding: 10px; text-align: left; } #techinfo { margin: 10px; padding: 10px; text-align: left; border: 1px solid #CCCCCC; color: #CCCCCC; } #techinfo p { color: #CCCCCC; } error_rtl.css 0000644 00000000473 14736526710 0007307 0 ustar 00 /** * @copyright (C) 2011 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ /* Start Common Styles */ body { text-align: right; } .TD{ text-align: left; } #errorboxbody { text-align: right; } #techinfo { text-align: right; } general.css 0000644 00000005235 14736526710 0006713 0 ustar 00 /** * @copyright (C) 2006 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ /* Form validation */ .invalid { border-color: #ff0000; } label.invalid { color: #ff0000; } /* Buttons */ #editor-xtd-buttons { padding: 5px; } .button2-left, .button2-right, .button2-left div, .button2-right div { float: left; } .button2-left a, .button2-right a, .button2-left span, .button2-right span { display: block; height: 22px; float: left; line-height: 22px; font-size: 11px; color: #666; cursor: pointer; } .button2-left span, .button2-right span { cursor: default; color: #999; } .button2-left .page a, .button2-right .page a, .button2-left .page span, .button2-right .page span { padding: 0 6px; } .page span { color: #000; font-weight: bold; } .button2-left a:hover, .button2-right a:hover { text-decoration: none; color: #0B55C4; } .button2-left a, .button2-left span { padding: 0 24px 0 6px; } .button2-right a, .button2-right span { padding: 0 6px 0 24px; } .button2-left { background: url(../images/j_button2_left.png) no-repeat; float: left; margin-left: 5px; } .button2-right { background: url(../images/j_button2_right.png) 100% 0 no-repeat; float: left; margin-left: 5px; } .button2-left .image { background: url(../images/j_button2_image.png) 100% 0 no-repeat; } .button2-left .readmore, .button2-left .article { background: url(../images/j_button2_readmore.png) 100% 0 no-repeat; } .button2-left .pagebreak { background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat; } .button2-left .blank { background: url(../images/j_button2_blank.png) 100% 0 no-repeat; } /* Tooltips */ div.tooltip { float: left; background: #ffc; border: 1px solid #D4D5AA; padding: 5px; max-width: 200px; z-index:13000; } div.tooltip h4 { padding: 0; margin: 0; font-size: 95%; font-weight: bold; margin-top: -15px; padding-top: 15px; padding-bottom: 5px; background: url(../images/selector-arrow.png) no-repeat; } div.tooltip p { font-size: 90%; margin: 0; } /* Caption fixes */ /* Caption fixes */ .img_caption .left { float: left; margin-right: 1em; } .img_caption .right { float: right; margin-left: 1em; } .img_caption .left p { clear: left; text-align: center; } .img_caption .right p { clear: right; text-align: center; } .img_caption { text-align: center!important; } .img_caption.none { margin-left:auto; margin-right:auto; } /* Calendar */ a img.calendar { width: 16px; height: 16px; margin-left: 3px; background: url(../images/calendar.png) no-repeat; cursor: pointer; vertical-align: middle; } offline.css 0000644 00000003660 14736526710 0006720 0 ustar 00 /** * @copyright (C) 2005 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ body { margin: 0; padding: 0; font-family: Arial, Helvetica, Sans Serif; font-size: 14px; color: #333333; text-align: center; } img { border: 0 none; margin-left: auto; margin-right: auto; } /* -- id styles ------------------------------------- */ #frame { margin: 20px auto; max-width: 400px; padding: 20px; } #frame img { max-width: 100%; height: auto; } #frame form { text-align: left; } /* -- class styles ---------------------------------- */ .outline { border: 1px solid #cccccc; background: #ffffff; padding: 2px; } /* -- form styles ----------------------------------- */ form { margin: auto; } form br { display: none; } form p { margin: 0; padding: 0.5em 0 0.5em 0; } form fieldset { border: 0 none; margin: 0em; padding: 0.2em; } label { display: block; margin: 5px 0 2px 0; } input { box-sizing: border-box; width: 100%; padding: 5px 10px; border: 1px solid #0E67A1; font-size: inherit; font-family: inherit; } input.button { width: auto; cursor: pointer; background-color: #006dcc; border-color: #04c; color: #fff; -webkit-appearance: none; } input.button:hover { background-color: #04c; } fieldset.input p { clear: left; } #frmlogin { margin: 0 10px 0 10px; } #frmlogin fieldset.button { text-align: right; } /* -- message styles ----------------------------------- */ #system-message { margin: 0 auto; padding: 20px 0 0; max-width: 445px; } .alert { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #CCCCCC; padding: 8px 25px 8px 14px; text-align: left; } .alert h4 { color: red; margin: 5px 0; } .alert p { padding: 0px; margin: 0px; } .alert .close { float: right; font-size: 24px; line-height: 18px; position: relative; right: -20px; top: -2px; cursor: pointer; } .login { margin-top: 5px; } offline_rtl.css 0000644 00000001027 14736526710 0007574 0 ustar 00 /** * @copyright (C) 2008 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ /** * Joomla! 1.5 Offline RTL css file * * @package Joomla * @since 1.5 * @version 1.0 */ #frame form{ text-align: right; } label { float:right; } fieldset.input p {clear: right;} /* -- message styles ----------------------------------- */ .alert { padding: 8px 8px 25px 14px; text-align: right; } .alert .close { float: left; left: -20px; right: 0px; } system.css 0000644 00000001561 14736526710 0006620 0 ustar 00 /** * @copyright (C) 2007 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ /* Import project-level system CSS */ @import url(../../../media/system/css/system.css); /* Unpublished */ .system-unpublished, tr.system-unpublished { background: #e8edf1; border-top: 4px solid #c4d3df; border-bottom: 4px solid #c4d3df; } span.highlight { background-color:#FFFFCC; font-weight:bold; padding:1px 0; } .img-fulltext-float-right { float: right; margin-left: 10px; margin-bottom: 10px; } .img-fulltext-float-left { float: left; margin-right: 10px; margin-bottom: 10px; } .img-fulltext-float-none { } .img-intro-float-right { float: right; margin-left: 5px; margin-bottom: 5px; } .img-intro-float-left { float: left; margin-right: 5px; margin-bottom: 5px; } .img-intro-float-none { } toolbar.css 0000644 00000001123 14736526710 0006730 0 ustar 00 /** * @copyright (C) 2006 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ div.toolbar-list { margin-right: 10px; float: right; text-align: right; } div.toolbar-list a { color : #808080; text-decoration : none; display: block; float: left; border: 1px solid #DDD; width: 40px; padding: 2px 5px 2px 5px; } div.toolbar-list a:hover { color : #C64934; cursor: pointer; border: 1px solid #c24733; background-color: #f1e8e6; padding: 3px 5px 1px 5px; } div.toolbar-list a:active { color : #FF9900; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка