/*
Theme Name: 易歪歪主题
Theme URI: https://www.cn-eyy250.com
Author: 易歪歪
Author URI: https://www.cn-eyy250.com
Description: 易歪歪官网主题
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eyy-theme
*/

/* 导入静态CSS文件 */
/* 样式文件通过functions.php中的wp_enqueue_style加载 */

/* 自定义样式 */
/* 解决WordPress管理工具栏遮挡问题 */
body.admin-bar {
  padding-top: 32px !important;
}

.icon {
  width: 5em;
  height: 5em;
  vertical-align: -0.15em;
  overflow: hidden;
}

.button-download{
  width: 150px;
  height: 50px;
  background: #366bb3;
  border-radius: 5px;
  border: 1px solid #3f60a1;
  cursor: pointer;
  margin: 8px;
}

.button-download:hover{
  background: #0047a6;
}

.button-download-icon{
  width: 50px;
  height: 100%;
  color: white;
  font-size: 25px;
}

.button-download-value{
  font-weight: bold;
  font-size: 18px;
  color: white;
}

.text-shadow{
  text-shadow: #000 2px 0 0, #000 0 2px 0, #000 -2px 0 0, #000 0 -2px 0;
}

.g-card{
  min-width: 150px;
  height: 150px;
  margin: 5px;
  border-radius: 15px;
  border: 1px solid #DAE2EC;
}

.g-card:hover{
  border: 1px solid #ADBED4;
}