/*
Theme Name: Makine Borsa
Theme URI: https://makineborsa.com
Author: Makine Borsa
Author URI: https://makineborsa.com
Description: Makine Borsa açık artırma teması
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: MakineBorsa
Tags: auction, marketplace, tailwind, machine, industrial
*/

/* Bu dosya Wordpress tema tanımlaması için gereklidir.
   Tailwind CSS kullanıldığından ana stiller functions.php içinde kaydedilen css dosyalarından gelir. */

/* Temadaki özel stil tanımları */
:root {
  --color-primary: #ff6600;
  --color-primary-dark: #e65c00;
  --color-primary-light: #ff8533;
  --color-primary-rgb: 255, 102, 0;
  
  --color-secondary: #1e3a5f;
  --color-secondary-dark: #15294a;
  --color-secondary-light: #2a4d7c;
  --color-secondary-rgb: 30, 58, 95;
  
  --color-accent: #3182ce;
  --color-accent-dark: #2c6cb0;
  --color-accent-light: #4299e1;
  --color-accent-rgb: 49, 130, 206;
  
  --font-heading: 'Roboto Condensed', sans-serif;
  --font-body: 'Open Sans', sans-serif;
}

/* WordPress editörü için bazı temel stiller */
.wp-block {
  max-width: 1200px;
}

.wp-block-image img {
  height: auto;
  max-width: 100%;
}

.wp-block-quote {
  border-left: 4px solid var(--color-primary);
  padding-left: 1rem;
  margin-left: 0;
  font-style: italic;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td, 
.wp-block-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.wp-block-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.wp-block-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--color-primary);
  color: white;
}