/* ========================================================================== PROJECT STYLES

Similar documents
Multimedia Systems and Technologies Lab class 6 HTML 5 + CSS 3

CSS Selectors. element selectors. .class selectors. #id selectors

Getting your work online. behance.net cargo collective krop coroflot

<style type="text/css"> <!-- body {font-family: Verdana, Arial, sans-serif} ***set font family for entire Web page***

Signs of Spring App. Release Notes Version 1.0

Santa Tracker. Release Notes Version 1.0

CSS: Layout Part 2. clear. CSS for layout and formatting: clear

HTML HTML5. DOM(Document Object Model) CSS CSS

CSS. Shan-Hung Wu CS, NTHU

Building Page Layouts

CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB

Unit 10 - Client Side Customisation of Web Pages. Week 5 Lesson 1 CSS - Selectors

Adding CSS to your HTML

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

Using CSS for page layout

CSS Cascading Style Sheets

Styles, Style Sheets, the Box Model and Liquid Layout

Responsive web design (RWD) CSS3 Media queries. Mobile vs desktop web sites. Web Development 1 CS1115/CS5002

Deccansoft Software Services

Zen Garden. CSS Zen Garden


Parashar Technologies HTML Lecture Notes-4

CMPT 165: More CSS Basics

Cascading Style Sheet Quick Reference

Pliki.tpl. scripts/search.tpl. Pliki.css. Pliki.less. Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian:

@namespace url( /* set default namespace to HTML */ /* bidi */


CSS.

WEBSITE PROJECT 2 PURPOSE: INSTRUCTIONS: REQUIREMENTS:

PUBLISHER SPECIFIC CSS RULES

Cascading Style Sheets CSCI 311

COSC 2206 Internet Tools. CSS Cascading Style Sheets

CSC309 Programming on the Web week 3: css, rwd

CSS Module in 2 Parts

Cascading Style Sheets (CSS)

HTML and CSS COURSE SYLLABUS

Appendix D CSS Properties and Values

CSS3 Basics. From & CSS Visual Dictionary Learning Curve Books, LLC

Lab 1: Introducing HTML5 and CSS3

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar

IDM 221. Web Design I. IDM 221: Web Authoring I 1

Creating HTML files using Notepad

"utf-8";

Introduction to WEB PROGRAMMING

Wanted! Introduction. Step 1: Styling your poster. Activity Checklist. In this project, you ll learn how to make your own poster.

Cascading Style Sheet

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image

5 Snowdonia. 94 Web Applications with C#.ASP

Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo

Web Site Design and Development Lecture 9. CS 0134 Fall 2018 Tues and Thurs 1:00 2:15PM

HTML Organizing Page Content

Session 3.1 Objectives Review the history and concepts of CSS Explore inline styles, embedded styles, and external style sheets Understand style

The Importance of the CSS Box Model

/*OVERIDE THE ZURB FRAMEWORK CSS FONTS WITH GOOGLE FONTS*/

APEX Developers - Do More With Less!!

MYGOV.SCOT ASSETS. Design Guide for Developers

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

HTML and CSS a further introduction

HTML & CSS. SWE 432, Fall 2017 Design and Implementation of Software for the Web

3. Each of these mark examples contains an error. a. <input name= country value= Your country here. /> b. <checkbox name= color value= teal />

GIMP WEB 2.0 MENUS WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR CREATING AN HTML LIST

Creating and Building Websites

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

CSCU9B2: Web Tech Lecture 3

CSS. Primer. Developer Guide [Part 4]

1 of 7 11/12/2009 9:29 AM

Web Engineering CSS. By Assistant Prof Malik M Ali

Web Site Design and Development Lecture 7. CS 0134 Fall 2018 Tues and Thurs 1:00 2:15PM

Website Development with HTML5, CSS and Bootstrap

Media-Specific Styles

CSS Cheat Sheet Version: 10 Last revision date:

CSS: The Basics CISC 282 September 20, 2014

Web Designer s Reference

ITNP43: HTML Lecture 5

CSS مفاهیم ساختار و اصول استفاده و به کارگیری

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

HTML-5.com itemscopehttp://data-vocabulary.org/breadcrumb<span itemprop="title">html 5</span> itemscopehttp://data-vocabulary.

HTML5. HTML5 Introduction. Form Input Types. Semantic Elements. Form Attributes. Form Elements. Month Number Range Search Tel Url Time Week

CSS: formatting webpages

Cascading Style Sheets

CMPT 165 Advanced XHTML & CSS Part 3

READSPEAKER ENTERPRISE HIGHLIGHTING 2.5

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

Media Types & Media Features

Client-Side Web Technologies. CSS Part I

Chapter 7 BMIS335 Web Design & Development

3.1 Introduction. 3.2 Levels of Style Sheets. - The CSS1 specification was developed in There are three levels of style sheets

- The CSS1 specification was developed in CSS2 was released in CSS2.1 reflects browser implementations

Web Site Design and Development Lecture 6

ICT IGCSE Practical Revision Presentation Web Authoring

Lab Chapter 5: Applying The Box Model Habitat for Humanity

CSS: Lists, Tables and the Box Model

Chapter 4 CSS basics

Web Structure and Style. MB2030 Section 2 Class 4

IDM 221. Web Design I. IDM 221: Web Authoring I 1

Showing results for contents of text-input area - Nu Html Checker

CSS. Selectors & Measurments. Copyright DevelopIntelligence LLC

TAG STYLE SELECTORS. div Think of this as a box that contains things, such as text or images. It can also just be a

Creating and Installing Custom Plesk for Windows Skins

Web Design and Development Tutorial 03

Transcription:

html { box-sizing: border-box; *, *:before, *:after { box-sizing: inherit; img { max-width: 100%; border: 0; audio, canvas, iframe, img, svg, video { vertical-align: middle; /* Remove gaps between elements */ nav ul, nav ol { list-style-type: none; padding: 0; /* Remove bullets from lists in nav */ textarea { resize: vertical;.clearfix:before,.clearfix:after { content: ; display: table;.clearfix:after { clear: both; /* ========================================================================== PROJECT STYLES ========================================================================== */ html { font-family: Monda, sans-serif; color: #fff; font-size: 14px; background-color: #333; background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(0,0,0,.3) 35px, rgba(0,0,0,.3) 70px); background-attachment: fixed; body { padding: 25px 15px 5px; border-top: 5px solid red; a { color: #fcb802; text-decoration: none; h1, h2 { font-family: Bree Serif, sans-serif; text-transform: uppercase; font-size: 1.35rem; padding: 0; header.logo { width: 25%; max-width: 150px; min-width: 100px; header.details { line-height: 16px; vertical-align: middle; margin: 10px; header nav { margin: 10px 0 0; header nav ul { padding: 0; header nav li { margin: 0 4px;

header nav li a { color: #fff; font-family: Bree Serif, sans-serif; text-transform: uppercase; font-size: 1.25rem; opacity:.6; header nav li a div { opacity: inherit; header nav li a:hover, header nav li a:focus, header nav li a.active { opacity: 1;.slideshow.module { padding: 0;.shows.module { background-color: #fff; color: #999;.shows h1 { background: #e39401; padding: 15px; margin: -10px -10px 10px; color: #000;.shows ul { padding: 0; list-style-type: none;.shows ul li a { display: block; color: #999; position: relative; clear: both; padding: 10px; border-bottom: 1px solid #ccc;.shows ul li p { margin:.6em 0;.shows ul li a:before,.shows ul li a:after { display: table; content: ;.shows ul li a:after { clear: both;.shows ul li h3 { color: #222; margin-top: -.3em; text-transform: none;.shows ul li p:first-of-type {

.email-signup { border: 0; background-color: transparent; box-shadow: none; padding: 0 0 20px;.email-signup p { color: #bbb; line-height: 1.5; margin-top: 0;.shows ul li img { width: 30%; margin-right: 20px; margin-bottom: 0; border: 2px solid #999;.shows ul li a:before { content: ; display: block; position: absolute; z-index: 2; top: 50%; right: 10px; margin-top: -30px; font-family: sans-serif; color: #CCC; font-size: 3.4rem; font-weight: normal; line-height: 48px;.tout h2 { color: #fcb802; margin-bottom: 20px;.tout table { width: 100%; margin: 0 auto;.tout table td { padding: 2px 0;.tout table.date { color: #999; padding-left: 20px; text-align: right;.happy-hour.module { background: rgba(116, 58, 1, 0.5);.happy-hour p { margin-bottom: 0;

margin: 5px;.email-signup input { display: block; background-color: #000; border: 1px solid #888; padding: 3px 5px; margin: 8px auto; width: 15em; max-width: 100%;.button { color: #fff; text-transform: uppercase; padding: 5px 15px 6px; background-color: #e39401; border-radius: 25px; border: 0; footer { line-height: 1.4; footer.social { list-style: none; float: right; footer.social li { footer.social li a { display: block; footer.social span { background-image: url(../img/social-icon-sprite.svg); height: 35px; width: 35px; text-indent: -9999px; margin-left: 6px; -webkit-transition: all.1s ease; transition: all.1s ease; footer.social span:hover, footer.social span:focus { -webkit-transform: scale(1.2); transform: scale(1.2); footer.twitter { background-position: -35px 0; footer.rss { background-position: -70px 0; footer.copyright {

footer.copyright.name { font-family: Bree Serif, sans-serif; text-transform: uppercase; color: #e39401; footer.rights { font-family: sans-serif; color: #999; font-size:.85rem;.module { background: rgba(15,15,15,.5); border: 1px solid #b08101; box-shadow: 0 0 3px #000; padding: 20px; margin: 0 10px 20px;.module-plain { margin: 0 10px 20px; /* ========================================================================== MEDIA QUERIES ========================================================================== */ @media (max-width: 479px) {.slideshow { display: none;.nav-shows { display: none;.shows.module { border: 0; margin: 0-15px 25px; padding: 10px 0 0;.shows h1 { margin: -10px 0 10px; body header.module { margin-bottom: 0; @media (min-width: 480px) { body { border-color: yellow; header nav li { margin: 0 15px;.shows { padding: 10px;.shows h1 { padding: 10px;

.shows ul li { vertical-align: top; width: 50%; margin-right: -4px; /* fixes inline-block white space issue */.shows ul li a { border: none;.shows ul li img { float: none; width: auto; margin-right: 0; margin-bottom: 15px;.shows ul li a:before { content: ; footer.copyright { margin-top: 16px; footer.copyright p { footer.rights { margin-left: 10px; @media (min-width: 480px) and (max-width: 739px) {.tout { width: calc(50% - 20px);.email-signup { clear: both; @media (min-width: 740px) { body { border-color: green;.company-info { header nav { float: right; header.logo { width: 150px; height: 150px; margin: -35px 0; header.icon { background-image: url(../img/nav-icon-sprite.svg); height: 45px; width: 43px; margin: auto;.nav-resume.icon {

background-position: 0-45px;.nav-contact.icon { background-position: 0-90px;.nav-photos.icon { background-position: 0-135px; aside { width: 33%; footer { clear: both; @media (max-width: 1023px) { header.module { margin: -25px -15px 30px; border-width: 0 0 1px 0; @media (min-width: 740px) and (max-width: 1023px) {.shows { float: right; width: calc(67% - 20px); header.module { text-align: left; border-top-width: 1px; margin-top: 10px; @media (min-width: 1024px) { body { border-color: blue; header { width: calc(25% - 20px); header.logo { margin-bottom: 0; header nav { float: none; header.details div { margin: 0 2px; white-space: nowrap; nav ul { text-align: left; nav ul li {

display: block; margin-top: 15px; nav ul li.icon { margin-right: 10px; vertical-align: middle;.shows ul li { width: 25%; main { float: right; width: 75%; aside { width: 25%; /* High Resolution Styles */ @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Styles for high resolution devices go here */