文件操作 - _variables.scss
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/temi wordpress/anon/assets/css/theme/_variables.scss
编辑文件内容
@mixin transition-all($time) { transition: all $time; -webkit-transition: all $time; -moz-transition: all $time; -o-transition: all $time; -ms-transition: all $time; } @mixin transition($val) { transition: $val; -webkit-transition: $val; -moz-transition: $val; -o-transition: $val; -ms-transition: $val; } @mixin border-radius($val) { border-radius: $val; -moz-border-radius: $val; -o-border-radius: $val; -webkit-border-radius: $val; -ms-border-radius: $val; } @mixin transform($val) { -webkit-transform: $val; -moz-transform: $val; -ms-transform: $val; -o-transform: $val; transform: $val } @mixin px2rem($val) { font-size: $val/18+rem; } @-webkit-keyframes circus { 0% { @include transform(rotate(0deg)) } 50% { @include transform(rotate(180deg)) } 100% { @include transform(rotate(360deg)) } } @keyframes circus { 0% { @include transform(rotate(0deg)) } 50% { @include transform(rotate(180deg)) } 100% { @include transform(rotate(360deg)) } } @-webkit-keyframes circus-back { 0% { @include transform(rotate(0deg)) } 50% { @include transform(rotate(-180deg)) } 100% { @include transform(rotate(-360deg)) } } @keyframes circus-back { 0% { @include transform(rotate(0deg)) } 50% { @include transform(rotate(-180deg)) } 100% { @include transform(rotate(-360deg)) } } @keyframes zoom-in { 0% { transform: scale(1); opacity: 0.8; } 100% { transform: scale(2); opacity: 0; } } @-webkit-keyframes zoom-in { 0% { transform: scale(1); opacity: 0.8; } 100% { transform: scale(2); opacity: 0; } } @-moz-keyframes zoom-in { 0% { transform: scale(1); opacity: 0.8; } 100% { transform: scale(2); opacity: 0; } } @-webkit-keyframes shake-flip { 0% { -webkit-transform: rotate(0) scale(1) skew(1deg) } 10% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg) } 20% { -webkit-transform: rotate(25deg) scale(1) skew(1deg) } 30% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg) } 40% { -webkit-transform: rotate(25deg) scale(1) skew(1deg) } 50% { -webkit-transform: rotate(0) scale(1) skew(1deg) } 100% { -webkit-transform: rotate(0) scale(1) skew(1deg) } } // // Font Icons // _____________________________________________ $font_icon_family: 'cleversoft'; $icon_menu: '\c207'; $icon_cart: '\c070'; $icon_user: '\c204'; $icon_heart: '\c282'; $icon_heart_o: '\c279'; $icon_close: '\c213'; $icon_search: '\c013'; $icon_filter: '\c146'; $icon_eye: '\c235'; $icon_plus: '\c025'; $icon_minus: '\c035'; $icon_down: '\c059'; $icon_up: '\c009'; $icon_caret_down: '\c264'; $icon_caret_up: '\c261'; $icon_arrow_up: '\c273'; $icon_arrow_down: '\c272'; $icon_arrow_left: '\c024'; $icon_arrow_right: '\c034'; $icon_long_arrow_left: '\c138'; $icon_long_arrow_right: '\c139'; $icon_refresh: '\c137'; $icon_share: '\c224'; $icon_facebook: '\c234'; $icon_youtube: '\c228'; $icon_vimeo: '\c229'; $icon_skype: '\c230'; $icon_pinterest: '\c231'; $icon_instagram: '\c232'; $icon_googleplus: '\c233'; $icon_twitter: '\c238'; $icon_xing: '\c239'; $icon_tumblr: '\c239'; $icon_linkedin: '\c246'; $icon_github: '\c247'; $icon_foursquare: '\c248'; $icon_flickr: '\c249'; $icon_dribbble: '\c250'; $icon_envelope: '\c117'; $icon_rss: '\c245'; $icon_revert: '\c296'; $icon_clock: '\c293'; $icon_check_box: '\c130'; // // Color // _____________________________________________ $sec_accent_color: #666; // // Menu color, heding color, title color // _____________________________________________ $title_color: #000; $body_color: #333; // // top head color, post infor color // _____________________________________________ $sec_color: #666; // // Color border // _____________________________________________ $border_color: #ebebeb; $border_sidebar_color: #ebebeb; $border_gray: #ccc; // // date post color // _____________________________________________ $date_post: #959595; $color_except: #666; // //Bg breadcrumb // _____________________________________________ $bg_block: #f5f5f5; $bg_toggle_block: #f9f9f9; // // Sidebar // _____________________________________________ $sidebar_color: #666; $sidebar_link: #000; // // Footer bg // _____________________________________________ $footer_color: #fff; $bg_footer: #000; $black_transparent_1: rgba(0, 0, 0, 0.1); $black_transparent_2: rgba(0, 0, 0, 0.2); $black_transparent_4: rgba(0, 0, 0, 0.4); $black_transparent_5: rgba(0, 0, 0, 0.5); $black_transparent_8: rgba(0, 0, 0, 0.8); $black_transparent_9: rgba(0, 0, 0, 0.9); $white_transparent_9: rgba(255, 255, 255, 0.9); $white_transparent_8: rgba(255, 255, 255, 0.8); $white_transparent_5: rgba(255, 255, 255, 0.5); $white_transparent_2: rgba(255, 255, 255, 0.2); $white_transparent_1: rgba(255, 255, 255, 0.1); $bg_breadcrumb: #f6f8fa; // //Label Bg // _____________________________________________ :root { --body-color: #333; --accent-color: #000; --border-color: #ebebeb; --form-border-color: #e1e1e1; --border-dark: #959595; --quote-icon-color: #666; --text-color: #666; --bg-dark: #959595; --black-color: #000; --white-color: #fff; --breadcrumb-color: #666; --breakcrumb-active-color: #000; --bg-social-icon: #333940; --bg-block-color: #f5f5f5; //Button --color-button: #fff; --color-hover-button: #fff; --bg-button: #000; --bg-hover-button: #666; //Info --date-color: #999; --title-color: #000; --title-hover-color: #666; --link-color: #000; --link-hover-color: #959595; //Footer --footer-bg: #f5f5f5; --footer-color: #000; //WooCommerce --product-title:#000; --product-title-hover:#666; --product-title-detail:#000; --product-button-hover: #666; --new-bg:#00AEEF; --stock-bg: #56B400; --red-bg: #EE1C25; --block-color: #f56f5e; --dark-red-color: #cc0000; --star-color: #ffcc33; --price-color: #959595; --del-price-color: #959595; --sale-price-color: #000; --forward-btn-bg:#ebebeb; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件