芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/cepali.edu.mx/wp-content/themes/twentytwentytwo/style.css
/* Theme Name: Edufication Theme URI: https://themepalace.com/downloads/edufication Author: Theme Palace Author URI: https://themepalace.com Description: Edufication is an educational theme developed by Theme Palace. It is a multipurpose WordPress Educational Theme suitable for school, college, university, digital agency as well as business purposes. It's eye appealing design and highly dynamic features uplifts your organization's reputation. It comes with multiple colors and layouts to support your organization's branding. It comes with a wide variety of options so you can modify Layout, Styling, Featured Slider, Menus, Breadcrumb, Widgets and much more, directly from theme customizer. Edufication can be adapted to any kind of industry – not only educational but also in any kind of academy. This theme is translation ready and major browsers supportive. Version: 1.2.0 Requires at least: 5.0 Tested up to: 5.8 Requires PHP: 5.6 License: GNU General Public License v3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Text Domain: edufication Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, left-sidebar, editor-style, right-sidebar, full-width-template, two-columns, custom-header, custom-logo, featured-image-header, blog, entertainment, education This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. Edufication is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Preloader # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Layouts and Titles # Media ## Captions ## Galleries # Social Icons # Breadcrumb List # Homepage Sections ## Hero Section ## Our Services ## About Us ## Courses Section ## Subscribe Newsletter ## News-events Section ## Clients Section ## Our Team ## Call to action ## Latest Posts ## Category Filter # Blog/Archive/Single # Footer # Font Family Options # Responsive --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Preloader --------------------------------------------------------------*/ #loader { overflow-x: hidden; overflow-y: hidden; vertical-align: middle; background-color: #fff; position:fixed; display: table; width: 100%; top:0; height: 100%; min-height: 100%; z-index: 300000; } .loader-container { position: relative; display: table-cell; vertical-align: middle; z-index: 12; text-align:center; text-transform: uppercase; } #preloader { position:relative; margin:auto; width:100px; } #preloader span { display:block; bottom:0px; width: 9px; height: 5px; background:#fff; position:absolute; animation: preloader 1.5s infinite ease-in-out; } #preloader span:nth-child(2) { left:11px; animation-delay: .2s; } #preloader span:nth-child(3) { left:22px; animation-delay: .4s; } #preloader span:nth-child(4) { left:33px; animation-delay: .6s; } #preloader span:nth-child(5) { left:44px; animation-delay: .8s; } @keyframes preloader { 0% {height:5px;transform:translateY(0px);background: #f96331;} 25% {height:30px;transform:translateY(15px);background: #f96331;} 50% {height:5px;transform:translateY(0px);background: #f96331;} 100% {height:5px;transform:translateY(0px);background: #f96331;} } .backtotop { background-color: #f96331; z-index: 300; width: 40px; height: 40px; line-height: 36px; font-size: 18px; text-align: center; position: fixed; bottom: -100px; right: 25px; cursor: pointer; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; -ms-transition: all .7s ease-in-out; transition: all .7s ease-in-out; color: #fff; } .backtotop:hover { background-color: #3f3f3f; } .backtotop svg { display: inline-block; vertical-align: middle; fill: #fff; } @-webkit-keyframes colorchange { 0% {border-color: #e30048;} 25% {border-color: #f96331;} 50% {border-color: #9acf0b;} 75% {border-color: #a93d7b;} 100% {border-color: #f1ad02;} } @keyframes colorchange { 0% {border-color: #e30048;} 25% {border-color: #f96331;} 50% {border-color: #9acf0b;} 75% {border-color: #a93d7b;} 100% {border-color: #f1ad02;} } @keyframes rotating { from { -ms-transform: rotate(0deg); -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } to { -ms-transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } .loader-container svg, .blog-loader svg { width: 50px; height: 50px; -webkit-animation: rotating 2s linear infinite; -moz-animation: rotating 2s linear infinite; -ms-animation: rotating 2s linear infinite; -o-animation: rotating 2s linear infinite; animation: rotating 2s linear infinite; } .blog-loader { text-align: center; margin-top: 30px; } .blog-loader svg { width: 40px; height: 40px; } /*-------------------------------------------------------------- # Normalize --------------------------------------------------------------*/ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; font-family: 'Lato', sans-serif; font-weight: 400; } #page { max-width: 1920px; margin: 0 auto; position: relative; overflow-x: hidden; box-shadow: 0 0 15px #aaa; } .boxed-layout, .frame-layout { background-image: url('assets/uploads/pattern.png'); } .boxed-layout #page, .frame-layout #page { background-color: #fff; } #content { position: relative; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 52px; } h2 { font-size: 42px; } h3 { font-size: 26px; } h4 { font-size: 20px; } h5 { font-size: 18px; } h6 { font-size: 14px; } h1, h2, h3, h4, h5, h6 { clear: both; color: #3f3f3f; margin: 16px 0; line-height: 1.4; font-weight: 400; font-family: 'Open Sans', sans-serif; } h1 { margin: 0 0 16px; } mark { background: #ff0; color: #3f3f3f; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button