SlideShare a Scribd company logo
1 of 18
destyle/index.html
__MACOSX/destyle/._index.html
destyle/.DS_Store
__MACOSX/destyle/._.DS_Store
destyle/css/style.css
/* Default CSS File */
body {
color:#111;
background-color: #fff;
font-family: 'Roboto', sans-serif;
}
#container {
margin:20px auto 20px auto;
width:1000px;
height:2000px;
border:1px dashed blue;
padding:10px;
}
/* Google Fonts
font-family: 'Roboto', sans-serif;
*/
/* Full Screen Image
background-image:URL(/images/);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #999;
*/
/* Making a Fullscreen Video Background
#video-background{
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
}
*/
/* Individual Side Box Shadows
top {
box-shadow: 0px -15px 10px -15px #111;
}
bottom {
box-shadow: 0px 15px 10px -15px #111;
}
left {
box-shadow: -15px 0px 10px -15px #111;
}
right {
box-shadow: 15px 0px 10px -15px #111;
}
*/
destyle/css/destyle.css
/*! de-style.css v1.0.5 | MIT License |
https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
===============================================
=========================== */
* {
box-sizing: border-box;
position: relative;
}
::before,
::after {
box-sizing: inherit;
}
/* Document
===============================================
=========================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes
in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
-webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections
===============================================
=========================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
display: block;
}
/* Vertical rhythm
===============================================
=========================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
margin: 0;
}
/* Headings
===============================================
=========================== */
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
margin: 0;
}
/* Lists (enumeration)
===============================================
=========================== */
ul,
ol {
margin: 0;
padding: 0;
list-style: none;
}
/* Lists (definition)
===============================================
=========================== */
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
/* Grouping content
===============================================
=========================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
border: 0;
border-top: 1px solid;
margin: 0;
clear: both;
}
/**
* 1. Correct the inheritance and scaling of font size in all
browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace; /* 1 */
font-size: inherit; /* 2 */
}
address {
font-style: inherit;
}
/* Text-level semantics
===============================================
=========================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
text-decoration: none;
color: inherit;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE,
Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all
browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: inherit; /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line
height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
===============================================
=========================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
vertical-align: bottom;
}
embed,
object,
iframe {
border: 0;
vertical-align: bottom;
}
/* Forms
===============================================
=========================== */
button,
input,
optgroup,
select,
textarea {
vertical-align: middle;
color: inherit;
font: inherit;
border: 0;
background: transparent;
padding: 0;
margin: 0;
outline: 0;
}
/**
* Remove all Style from select elements. Does not quite work
cross-browser
*/
select {
-webkit-appearance: none;
appearance: none;
border-radius: 0;
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox,
and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and
Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
cursor: pointer;
-webkit-appearance: none;
appearance: none;
}
button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
cursor: default;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Reset to invisible
*/
fieldset {
margin: 0;
padding: 0;
border: 0;
min-width: 0;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in
IE.
* 3. Remove the padding so developers are not caught out when
they zero out
* `fieldset` elements in all browsers.
*/
legend {
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and
Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type='checkbox'],
[type='radio'] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons
in Chrome.
*/
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type='search'] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and
Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/**
* Fix placeholder font properties inheritance.
*/
::-webkit-input-placeholder {
font: inherit;
}
:-ms-input-placeholder {
font: inherit;
}
::-ms-input-placeholder {
font: inherit;
}
::placeholder {
font: inherit;
}
/**
* Clickable labels
*/
label[for] {
cursor: pointer;
}
/* Interactive
===============================================
=========================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Table
===============================================
=========================== */
table {
border-collapse: collapse;
border-spacing: 0;
}
caption {
text-align: left;
}
td,
th {
vertical-align: top;
}
th {
text-align: left;
font-weight: bold;
}
/* Misc
===============================================
=========================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
destyle/images/.DS_Store
__MACOSX/destyle/images/._.DS_Store
WEBSITE
navigation
left
© 2019
right

More Related Content

Similar to destyleindex.html__MACOSXdestyle._index.htmldestyle..docx

Web Frontend development: tools and good practices to (re)organize the chaos
Web Frontend development: tools and good practices to (re)organize the chaosWeb Frontend development: tools and good practices to (re)organize the chaos
Web Frontend development: tools and good practices to (re)organize the chaosMatteo Papadopoulos
 
Building a Single Page Application using Ember.js ... for fun and profit
Building a Single Page Application using Ember.js ... for fun and profitBuilding a Single Page Application using Ember.js ... for fun and profit
Building a Single Page Application using Ember.js ... for fun and profitBen Limmer
 
Responsive Web Design e a Ubiquidade da Web
Responsive Web Design e a Ubiquidade da WebResponsive Web Design e a Ubiquidade da Web
Responsive Web Design e a Ubiquidade da WebEduardo Shiota Yasuda
 
Una web todos los dispositivos.
Una web todos los dispositivos.Una web todos los dispositivos.
Una web todos los dispositivos.philogb
 
New Perspectives on HTML Tutorial 1 Review Assig.docx
   New Perspectives on HTML   Tutorial 1   Review Assig.docx   New Perspectives on HTML   Tutorial 1   Review Assig.docx
New Perspectives on HTML Tutorial 1 Review Assig.docxjoyjonna282
 
Web development - technologies and tools
Web development - technologies and toolsWeb development - technologies and tools
Web development - technologies and toolsYoann Gotthilf
 
Designing for mobile
Designing for mobileDesigning for mobile
Designing for mobileDee Sadler
 
Modern Frontend Technologies (BEM, Retina)
Modern Frontend Technologies (BEM, Retina)Modern Frontend Technologies (BEM, Retina)
Modern Frontend Technologies (BEM, Retina)Nascenia IT
 
gbar.jpgglogo.jpgmaa.jpgmaah5txt.css New Pe.docx
gbar.jpgglogo.jpgmaa.jpgmaah5txt.css   New Pe.docxgbar.jpgglogo.jpgmaa.jpgmaah5txt.css   New Pe.docx
gbar.jpgglogo.jpgmaa.jpgmaah5txt.css New Pe.docxbudbarber38650
 
How to configure an environment to cross-compile applications for beagleboard-xM
How to configure an environment to cross-compile applications for beagleboard-xMHow to configure an environment to cross-compile applications for beagleboard-xM
How to configure an environment to cross-compile applications for beagleboard-xMDalton Valadares
 
Your Presentation Name Here
Your Presentation Name HereYour Presentation Name Here
Your Presentation Name HereFreedSoftwares
 
Don't touch the mobile parts
Don't touch the mobile partsDon't touch the mobile parts
Don't touch the mobile partsFrancesco Fullone
 
Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本a5494535
 
Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...
Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...
Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...Patrick Lauke
 
Composer for Busy Developers - php|tek13
Composer for Busy Developers - php|tek13Composer for Busy Developers - php|tek13
Composer for Busy Developers - php|tek13Rafael Dohms
 

Similar to destyleindex.html__MACOSXdestyle._index.htmldestyle..docx (20)

Web Frontend development: tools and good practices to (re)organize the chaos
Web Frontend development: tools and good practices to (re)organize the chaosWeb Frontend development: tools and good practices to (re)organize the chaos
Web Frontend development: tools and good practices to (re)organize the chaos
 
Workshop 6: Designer tools
Workshop 6: Designer toolsWorkshop 6: Designer tools
Workshop 6: Designer tools
 
Building a Single Page Application using Ember.js ... for fun and profit
Building a Single Page Application using Ember.js ... for fun and profitBuilding a Single Page Application using Ember.js ... for fun and profit
Building a Single Page Application using Ember.js ... for fun and profit
 
Responsive design
Responsive designResponsive design
Responsive design
 
Responsive Web Design e a Ubiquidade da Web
Responsive Web Design e a Ubiquidade da WebResponsive Web Design e a Ubiquidade da Web
Responsive Web Design e a Ubiquidade da Web
 
Una web todos los dispositivos.
Una web todos los dispositivos.Una web todos los dispositivos.
Una web todos los dispositivos.
 
New Perspectives on HTML Tutorial 1 Review Assig.docx
   New Perspectives on HTML   Tutorial 1   Review Assig.docx   New Perspectives on HTML   Tutorial 1   Review Assig.docx
New Perspectives on HTML Tutorial 1 Review Assig.docx
 
Web development - technologies and tools
Web development - technologies and toolsWeb development - technologies and tools
Web development - technologies and tools
 
Designing for mobile
Designing for mobileDesigning for mobile
Designing for mobile
 
Css3 101
Css3 101Css3 101
Css3 101
 
Landing Pages 101
Landing Pages 101Landing Pages 101
Landing Pages 101
 
Modern Frontend Technologies (BEM, Retina)
Modern Frontend Technologies (BEM, Retina)Modern Frontend Technologies (BEM, Retina)
Modern Frontend Technologies (BEM, Retina)
 
gbar.jpgglogo.jpgmaa.jpgmaah5txt.css New Pe.docx
gbar.jpgglogo.jpgmaa.jpgmaah5txt.css   New Pe.docxgbar.jpgglogo.jpgmaa.jpgmaah5txt.css   New Pe.docx
gbar.jpgglogo.jpgmaa.jpgmaah5txt.css New Pe.docx
 
How to configure an environment to cross-compile applications for beagleboard-xM
How to configure an environment to cross-compile applications for beagleboard-xMHow to configure an environment to cross-compile applications for beagleboard-xM
How to configure an environment to cross-compile applications for beagleboard-xM
 
Your Presentation Name Here
Your Presentation Name HereYour Presentation Name Here
Your Presentation Name Here
 
styleSample
styleSamplestyleSample
styleSample
 
Don't touch the mobile parts
Don't touch the mobile partsDon't touch the mobile parts
Don't touch the mobile parts
 
Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本
 
Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...
Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...
Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...
 
Composer for Busy Developers - php|tek13
Composer for Busy Developers - php|tek13Composer for Busy Developers - php|tek13
Composer for Busy Developers - php|tek13
 

More from cuddietheresa

1. A corporations distribution of additional shares of its own s.docx
1.  A corporations distribution of additional shares of its own s.docx1.  A corporations distribution of additional shares of its own s.docx
1. A corporations distribution of additional shares of its own s.docxcuddietheresa
 
1. Like the modernists, postmodern writers focused on subjective e.docx
1.   Like the modernists, postmodern writers focused on subjective e.docx1.   Like the modernists, postmodern writers focused on subjective e.docx
1. Like the modernists, postmodern writers focused on subjective e.docxcuddietheresa
 
1. As the degree of freedom increase indefinitely, the t distribu.docx
1.  As the degree of freedom increase indefinitely, the t distribu.docx1.  As the degree of freedom increase indefinitely, the t distribu.docx
1. As the degree of freedom increase indefinitely, the t distribu.docxcuddietheresa
 
1-Explain how the topography of the United states can affect the wea.docx
1-Explain how the topography of the United states can affect the wea.docx1-Explain how the topography of the United states can affect the wea.docx
1-Explain how the topography of the United states can affect the wea.docxcuddietheresa
 
1. An exporter faced with exposure to a depreciating currency can.docx
1.  An exporter faced with exposure to a depreciating currency can.docx1.  An exporter faced with exposure to a depreciating currency can.docx
1. An exporter faced with exposure to a depreciating currency can.docxcuddietheresa
 
1. According to the central limit theorem, a population which is .docx
1.  According to the central limit theorem, a population which is .docx1.  According to the central limit theorem, a population which is .docx
1. According to the central limit theorem, a population which is .docxcuddietheresa
 
1. Which of the following is not a class of essential nutrient.docx
1.     Which of the following is not a class of essential nutrient.docx1.     Which of the following is not a class of essential nutrient.docx
1. Which of the following is not a class of essential nutrient.docxcuddietheresa
 
1. The process by which one group takes on the cultural and other .docx
1.   The process by which one group takes on the cultural and other .docx1.   The process by which one group takes on the cultural and other .docx
1. The process by which one group takes on the cultural and other .docxcuddietheresa
 
1. Milestone InvestingCompare and contrast the interests of .docx
1.   Milestone InvestingCompare and contrast the interests of .docx1.   Milestone InvestingCompare and contrast the interests of .docx
1. Milestone InvestingCompare and contrast the interests of .docxcuddietheresa
 
1. All dogs are warm-blooded. All warm-blooded creatures are mamm.docx
1.  All dogs are warm-blooded. All warm-blooded creatures are mamm.docx1.  All dogs are warm-blooded. All warm-blooded creatures are mamm.docx
1. All dogs are warm-blooded. All warm-blooded creatures are mamm.docxcuddietheresa
 
1-3 Final Project Milestone #1 ProposalThroughout this course.docx
1-3 Final Project Milestone #1 ProposalThroughout this course.docx1-3 Final Project Milestone #1 ProposalThroughout this course.docx
1-3 Final Project Milestone #1 ProposalThroughout this course.docxcuddietheresa
 
1-Please explain Ethical Universalism. Should organizations be socia.docx
1-Please explain Ethical Universalism. Should organizations be socia.docx1-Please explain Ethical Universalism. Should organizations be socia.docx
1-Please explain Ethical Universalism. Should organizations be socia.docxcuddietheresa
 
1-an explanation of why the Marbury v. Madison case is a landmar.docx
1-an explanation of why the Marbury v. Madison case is a landmar.docx1-an explanation of why the Marbury v. Madison case is a landmar.docx
1-an explanation of why the Marbury v. Madison case is a landmar.docxcuddietheresa
 
1-Discuss research that supports the hypothesis that a person’s ac.docx
1-Discuss research that supports the hypothesis that a person’s ac.docx1-Discuss research that supports the hypothesis that a person’s ac.docx
1-Discuss research that supports the hypothesis that a person’s ac.docxcuddietheresa
 
1-Imagine you are a historian, and the only existing sources of evid.docx
1-Imagine you are a historian, and the only existing sources of evid.docx1-Imagine you are a historian, and the only existing sources of evid.docx
1-Imagine you are a historian, and the only existing sources of evid.docxcuddietheresa
 
1-How does relative humidity affect the comfort of people Can you e.docx
1-How does relative humidity affect the comfort of people Can you e.docx1-How does relative humidity affect the comfort of people Can you e.docx
1-How does relative humidity affect the comfort of people Can you e.docxcuddietheresa
 
1-1) In general, what is the effect of one party being mistaken abou.docx
1-1) In general, what is the effect of one party being mistaken abou.docx1-1) In general, what is the effect of one party being mistaken abou.docx
1-1) In general, what is the effect of one party being mistaken abou.docxcuddietheresa
 
1- How did the United States become involved in the politics of Sout.docx
1- How did the United States become involved in the politics of Sout.docx1- How did the United States become involved in the politics of Sout.docx
1- How did the United States become involved in the politics of Sout.docxcuddietheresa
 
1- I need someone who read the book (V for Vendetta) and saw the mov.docx
1- I need someone who read the book (V for Vendetta) and saw the mov.docx1- I need someone who read the book (V for Vendetta) and saw the mov.docx
1- I need someone who read the book (V for Vendetta) and saw the mov.docxcuddietheresa
 
1- Define arbitration.2- Who is responsible for paying an arbitr.docx
1- Define arbitration.2- Who is responsible for paying an arbitr.docx1- Define arbitration.2- Who is responsible for paying an arbitr.docx
1- Define arbitration.2- Who is responsible for paying an arbitr.docxcuddietheresa
 

More from cuddietheresa (20)

1. A corporations distribution of additional shares of its own s.docx
1.  A corporations distribution of additional shares of its own s.docx1.  A corporations distribution of additional shares of its own s.docx
1. A corporations distribution of additional shares of its own s.docx
 
1. Like the modernists, postmodern writers focused on subjective e.docx
1.   Like the modernists, postmodern writers focused on subjective e.docx1.   Like the modernists, postmodern writers focused on subjective e.docx
1. Like the modernists, postmodern writers focused on subjective e.docx
 
1. As the degree of freedom increase indefinitely, the t distribu.docx
1.  As the degree of freedom increase indefinitely, the t distribu.docx1.  As the degree of freedom increase indefinitely, the t distribu.docx
1. As the degree of freedom increase indefinitely, the t distribu.docx
 
1-Explain how the topography of the United states can affect the wea.docx
1-Explain how the topography of the United states can affect the wea.docx1-Explain how the topography of the United states can affect the wea.docx
1-Explain how the topography of the United states can affect the wea.docx
 
1. An exporter faced with exposure to a depreciating currency can.docx
1.  An exporter faced with exposure to a depreciating currency can.docx1.  An exporter faced with exposure to a depreciating currency can.docx
1. An exporter faced with exposure to a depreciating currency can.docx
 
1. According to the central limit theorem, a population which is .docx
1.  According to the central limit theorem, a population which is .docx1.  According to the central limit theorem, a population which is .docx
1. According to the central limit theorem, a population which is .docx
 
1. Which of the following is not a class of essential nutrient.docx
1.     Which of the following is not a class of essential nutrient.docx1.     Which of the following is not a class of essential nutrient.docx
1. Which of the following is not a class of essential nutrient.docx
 
1. The process by which one group takes on the cultural and other .docx
1.   The process by which one group takes on the cultural and other .docx1.   The process by which one group takes on the cultural and other .docx
1. The process by which one group takes on the cultural and other .docx
 
1. Milestone InvestingCompare and contrast the interests of .docx
1.   Milestone InvestingCompare and contrast the interests of .docx1.   Milestone InvestingCompare and contrast the interests of .docx
1. Milestone InvestingCompare and contrast the interests of .docx
 
1. All dogs are warm-blooded. All warm-blooded creatures are mamm.docx
1.  All dogs are warm-blooded. All warm-blooded creatures are mamm.docx1.  All dogs are warm-blooded. All warm-blooded creatures are mamm.docx
1. All dogs are warm-blooded. All warm-blooded creatures are mamm.docx
 
1-3 Final Project Milestone #1 ProposalThroughout this course.docx
1-3 Final Project Milestone #1 ProposalThroughout this course.docx1-3 Final Project Milestone #1 ProposalThroughout this course.docx
1-3 Final Project Milestone #1 ProposalThroughout this course.docx
 
1-Please explain Ethical Universalism. Should organizations be socia.docx
1-Please explain Ethical Universalism. Should organizations be socia.docx1-Please explain Ethical Universalism. Should organizations be socia.docx
1-Please explain Ethical Universalism. Should organizations be socia.docx
 
1-an explanation of why the Marbury v. Madison case is a landmar.docx
1-an explanation of why the Marbury v. Madison case is a landmar.docx1-an explanation of why the Marbury v. Madison case is a landmar.docx
1-an explanation of why the Marbury v. Madison case is a landmar.docx
 
1-Discuss research that supports the hypothesis that a person’s ac.docx
1-Discuss research that supports the hypothesis that a person’s ac.docx1-Discuss research that supports the hypothesis that a person’s ac.docx
1-Discuss research that supports the hypothesis that a person’s ac.docx
 
1-Imagine you are a historian, and the only existing sources of evid.docx
1-Imagine you are a historian, and the only existing sources of evid.docx1-Imagine you are a historian, and the only existing sources of evid.docx
1-Imagine you are a historian, and the only existing sources of evid.docx
 
1-How does relative humidity affect the comfort of people Can you e.docx
1-How does relative humidity affect the comfort of people Can you e.docx1-How does relative humidity affect the comfort of people Can you e.docx
1-How does relative humidity affect the comfort of people Can you e.docx
 
1-1) In general, what is the effect of one party being mistaken abou.docx
1-1) In general, what is the effect of one party being mistaken abou.docx1-1) In general, what is the effect of one party being mistaken abou.docx
1-1) In general, what is the effect of one party being mistaken abou.docx
 
1- How did the United States become involved in the politics of Sout.docx
1- How did the United States become involved in the politics of Sout.docx1- How did the United States become involved in the politics of Sout.docx
1- How did the United States become involved in the politics of Sout.docx
 
1- I need someone who read the book (V for Vendetta) and saw the mov.docx
1- I need someone who read the book (V for Vendetta) and saw the mov.docx1- I need someone who read the book (V for Vendetta) and saw the mov.docx
1- I need someone who read the book (V for Vendetta) and saw the mov.docx
 
1- Define arbitration.2- Who is responsible for paying an arbitr.docx
1- Define arbitration.2- Who is responsible for paying an arbitr.docx1- Define arbitration.2- Who is responsible for paying an arbitr.docx
1- Define arbitration.2- Who is responsible for paying an arbitr.docx
 

Recently uploaded

Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 

Recently uploaded (20)

Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 

destyleindex.html__MACOSXdestyle._index.htmldestyle..docx

  • 1. destyle/index.html __MACOSX/destyle/._index.html destyle/.DS_Store __MACOSX/destyle/._.DS_Store destyle/css/style.css /* Default CSS File */ body { color:#111; background-color: #fff; font-family: 'Roboto', sans-serif; } #container { margin:20px auto 20px auto; width:1000px; height:2000px; border:1px dashed blue; padding:10px; } /* Google Fonts font-family: 'Roboto', sans-serif;
  • 2. */ /* Full Screen Image background-image:URL(/images/); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-color: #999; */ /* Making a Fullscreen Video Background #video-background{ position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100; } */ /* Individual Side Box Shadows top { box-shadow: 0px -15px 10px -15px #111; } bottom { box-shadow: 0px 15px 10px -15px #111; }
  • 3. left { box-shadow: -15px 0px 10px -15px #111; } right { box-shadow: 15px 0px 10px -15px #111; } */ destyle/css/destyle.css /*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */ /* Reset box-model =============================================== =========================== */ * { box-sizing: border-box; position: relative; } ::before, ::after { box-sizing: inherit; } /* Document =============================================== =========================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes
  • 4. in iOS. * 3. Remove gray overlay on links for iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -webkit-tap-highlight-color: transparent; /* 3*/ } /* Sections =============================================== =========================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /* Vertical rhythm =============================================== =========================== */
  • 5. p, table, blockquote, address, pre, iframe, form, figure, dl { margin: 0; } /* Headings =============================================== =========================== */ h1, h2, h3, h4, h5, h6 { font-size: inherit; line-height: inherit; font-weight: inherit; margin: 0; } /* Lists (enumeration) =============================================== =========================== */ ul, ol {
  • 6. margin: 0; padding: 0; list-style: none; } /* Lists (definition) =============================================== =========================== */ dt { font-weight: bold; } dd { margin-left: 0; } /* Grouping content =============================================== =========================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ border: 0; border-top: 1px solid; margin: 0; clear: both;
  • 7. } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: inherit; /* 2 */ } address { font-style: inherit; } /* Text-level semantics =============================================== =========================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; text-decoration: none; color: inherit; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  • 8. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: inherit; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%;
  • 9. } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content =============================================== =========================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; vertical-align: bottom;
  • 10. } embed, object, iframe { border: 0; vertical-align: bottom; } /* Forms =============================================== =========================== */ button, input, optgroup, select, textarea { vertical-align: middle; color: inherit; font: inherit; border: 0; background: transparent; padding: 0; margin: 0; outline: 0; } /** * Remove all Style from select elements. Does not quite work cross-browser */ select { -webkit-appearance: none;
  • 11. appearance: none; border-radius: 0; } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type='button'], [type='reset'], [type='submit'] {
  • 12. cursor: pointer; -webkit-appearance: none; appearance: none; } button[disabled], [type='button'][disabled], [type='reset'][disabled], [type='submit'][disabled] { cursor: default; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring { outline: 1px dotted ButtonText; } /**
  • 13. * Reset to invisible */ fieldset { margin: 0; padding: 0; border: 0; min-width: 0; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; }
  • 14. /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type='checkbox'], [type='radio'] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type='search'] { -webkit-appearance: textfield; /* 1 */
  • 15. outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type='search']::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /** * Fix placeholder font properties inheritance. */ ::-webkit-input-placeholder { font: inherit; } :-ms-input-placeholder { font: inherit; } ::-ms-input-placeholder { font: inherit;
  • 16. } ::placeholder { font: inherit; } /** * Clickable labels */ label[for] { cursor: pointer; } /* Interactive =============================================== =========================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Table
  • 17. =============================================== =========================== */ table { border-collapse: collapse; border-spacing: 0; } caption { text-align: left; } td, th { vertical-align: top; } th { text-align: left; font-weight: bold; } /* Misc =============================================== =========================== */ /** * Add the correct display in IE 10+. */ template { display: none; }
  • 18. /** * Add the correct display in IE 10. */ [hidden] { display: none; } destyle/images/.DS_Store __MACOSX/destyle/images/._.DS_Store WEBSITE navigation left © 2019 right