מדיה ויקי:Common.css
מתוך יומן 770
גרסה מ־23:17, 24 בינואר 2021 מאת Admin (שיחה | תרומות) (יצירת דף עם התוכן "←הסגנונות הנכתבים כאן ישפיעו על כל העיצובים: #firstHeading {display:none;} .mainImage { width: 100%; height: auto; }...")
הערה: לאחר השמירה, עליכם לנקות את זכרון המטמון (Cache) של הדפדפן על־מנת להבחין בשינויים.
- במוזילה, פיירפוקס או ספארי, לחצו על מקש ה־Shift בעת לחיצתכם על העלה מחדש (Reload), או הקישו Ctrl+Shift+R (או Cmd+Shift+R במקינטוש של אפל).
- באינטרנט אקספלורר, לחצו על מקש ה־Ctrl בעת לחיצתכם על רענן (Refresh), או הקישו על Ctrl+F5.
- ב־Konqueror, פשוט לחצו על העלה מחדש (Reload), או הקישו על F5.
- באופרה, ייתכן שתצטרכו להשתמש בכלים (Tools) > העדפות (Preferences) כדי לנקות לחלוטין את זכרון המטמון.
/* הסגנונות הנכתבים כאן ישפיעו על כל העיצובים */ #firstHeading {display:none;} .mainImage { width: 100%; height: auto; } .years { display: grid; grid-template-columns: repeat(3, auto); } .year { position: relative; display: grid; } .year p { padding: 0; margin: 0; } .year img { width: 100%; height: auto; } .year .yearLinks { position: absolute; top: 0; /* width: 20%; */ font-size: 15px; height: 100%; left: 0; display: grid; width: 40%; } .year .yearLinks ul { overflow: auto; margin: 43% 0 16% 18.5%; } .year .yearLinks li { margin-bottom: 0px; line-height: 20px; } @media only screen and (max-width: 600px) { .years { grid-template-columns: auto; } .year .yearLinks li { line-height: 18px; } } .panel .panel-body { padding: 0px 15px; } .panel p { margin: 10px 0px 0px 0px; } .panel p a { text-align: center; display: block; background-color: #FAEBCC; }