Difference between revisions of "Twisted Toppings"
Jump to navigation
Jump to search
imported>Felix (Created page with "__NOTOC__{{#css: html, body { height: auto; min-height: 100%; position: relative; } #left-navigation { border-left: 1px solid white; left: -2px; } div#mw-p...") |
Warmstarter (talk | contribs) m |
||
| (20 intermediate revisions by 4 users not shown) | |||
| Line 74: | Line 74: | ||
border-bottom: medium none; | border-bottom: medium none; | ||
margin-bottom: 0; | margin-bottom: 0; | ||
| − | padding-bottom: | + | padding-bottom: .75em; |
padding-left: 1em; | padding-left: 1em; | ||
} | } | ||
| Line 84: | Line 84: | ||
padding-left: 1.25em; | padding-left: 1.25em; | ||
position: relative; | position: relative; | ||
| − | |||
| − | |||
| − | |||
} | } | ||
div#footer { | div#footer { | ||
| Line 146: | Line 143: | ||
border-bottom: 1px dotted white; | border-bottom: 1px dotted white; | ||
border-top: 1px dotted white; | border-top: 1px dotted white; | ||
| − | line-height: | + | font-size: 1.15em; |
| + | line-height: 2.25em; | ||
position: absolute; | position: absolute; | ||
top: 90px; | top: 90px; | ||
| Line 157: | Line 155: | ||
max-width: 1200px; | max-width: 1200px; | ||
margin: 0 auto; | margin: 0 auto; | ||
| + | } | ||
| + | #menu a { | ||
| + | color: #00ffff; | ||
} | } | ||
.nav { | .nav { | ||
| + | font-size: 1.15em; | ||
margin-bottom: -1.5em; | margin-bottom: -1.5em; | ||
position: relative; | position: relative; | ||
| + | z-index: 10; | ||
} | } | ||
.logo { | .logo { | ||
| Line 210: | Line 213: | ||
.toppings > li:nth-of-type(8) { | .toppings > li:nth-of-type(8) { | ||
color: cyan; | color: cyan; | ||
| + | } | ||
| + | .toppings > li:nth-of-type(9) { | ||
| + | color: gold; | ||
} | } | ||
.toppings > li > ul { | .toppings > li > ul { | ||
| Line 217: | Line 223: | ||
-moz-column-count: 2; | -moz-column-count: 2; | ||
-moz-column-rule: 1px dotted rgba(255, 255, 255, 0.33); | -moz-column-rule: 1px dotted rgba(255, 255, 255, 0.33); | ||
| − | background: rgba(0, 0, 0, 0. | + | background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0; |
border-color: transparent white white; | border-color: transparent white white; | ||
border-image: none; | border-image: none; | ||
| Line 265: | Line 271: | ||
position: relative; | position: relative; | ||
z-index: 1; | z-index: 1; | ||
| − | |||
| − | |||
| − | |||
} | } | ||
.ttfooter { | .ttfooter { | ||
background: rgba(0,0,0,.4); | background: rgba(0,0,0,.4); | ||
border-top: 1px dotted white; | border-top: 1px dotted white; | ||
| + | font-size: 1.15em; | ||
| + | text-align: center; | ||
| + | } | ||
| + | .ttfooter img[alt="TTtinypizza.png"] { | ||
| + | margin: 0 1em; | ||
} | } | ||
/*---Panels---*/ | /*---Panels---*/ | ||
| Line 279: | Line 287: | ||
justify-content: center; | justify-content: center; | ||
width: 75%; | width: 75%; | ||
| − | margin: | + | margin: 1em auto; |
position: relative; | position: relative; | ||
| − | + | overflow: hidden; | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
.panel { | .panel { | ||
| − | + | animation: moveIt 60s infinite; | |
| − | + | animation-timing-function: linear; | |
| − | |||
order: 0; | order: 0; | ||
| − | |||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
| − | + | max-height: 300px; | |
| − | width: 100%; | + | width: calc(100% - 2px); |
border: 1px dotted rgba(255,255,255,.75); | border: 1px dotted rgba(255,255,255,.75); | ||
background: rgba(0,0,0,.4); | background: rgba(0,0,0,.4); | ||
| Line 322: | Line 304: | ||
left: 0; | left: 0; | ||
transition: all 1s; | transition: all 1s; | ||
| + | } | ||
| + | .panel img { | ||
| + | height: auto; | ||
| + | width: 100%; | ||
} | } | ||
#first-panel { | #first-panel { | ||
| − | + | left: 0; | |
| − | |||
position: relative; | position: relative; | ||
| − | + | width: 100%; | |
} | } | ||
:target ~ #first-panel { | :target ~ #first-panel { | ||
| − | + | left: 100%; | |
| − | |||
| − | |||
} | } | ||
#first:target ~ #first-panel, #second:target ~ #second-panel, #third:target ~ #third-panel { | #first:target ~ #first-panel, #second:target ~ #second-panel, #third:target ~ #third-panel { | ||
| − | + | left: 0; | |
| − | + | } | |
| + | #first-panel, #first:target ~ #first-panel, #second:target ~ #second-panel, #third:target ~ #third-panel { | ||
| + | animation-delay: 0s; | ||
| + | left: 0; | ||
} | } | ||
| − | # | + | #second-panel, #first:target ~ #second-panel, #second:target ~ #third-panel, #third:target ~ #first-panel { |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | # | ||
| − | |||
| − | |||
| − | |||
animation-delay: 20s; | animation-delay: 20s; | ||
| − | + | left: 100%; | |
| − | + | } | |
| − | } | + | #third-panel, #first:target ~ #third-panel, #second:target ~ #first-panel, #third:target ~ #second-panel { |
| − | #third-panel | ||
| − | |||
| − | |||
| − | |||
animation-delay: 40s; | animation-delay: 40s; | ||
| − | + | left: 100%; | |
| − | |||
} | } | ||
| − | + | #panels:hover .panel { | |
| − | + | animation-play-state: paused; | |
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
| − | }} | + | @keyframes moveIt { |
| − | <div class="bg">[[File:TTbg.jpg|link=]]</div> | + | 0% {left: 100%;} |
| + | 3.3333333333333333% {left: 0px;} | ||
| + | 33.333333333333333% {left: 0px;} | ||
| + | 36.666666666666667% {left: -100%;} | ||
| + | 100% {left: -100%;} | ||
| + | } | ||
| + | /*--Trio--*/ | ||
| + | #trio { | ||
| + | display: flex; | ||
| + | flex-flow: row wrap; | ||
| + | justify-content: space-between; | ||
| + | margin: 2em auto; | ||
| + | width: 75%; | ||
| + | } | ||
| + | #trio > div { | ||
| + | background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; | ||
| + | border: 1px dotted white; | ||
| + | flex: 1 1 25%; | ||
| + | font-size: 1.15em; | ||
| + | height: 238px; | ||
| + | margin-right: 2.5em; | ||
| + | overflow: hidden; | ||
| + | padding: 1em; | ||
| + | position: relative; | ||
| + | text-align: justify; | ||
| + | } | ||
| + | #trio > div:last-of-type { | ||
| + | margin-right: 0; | ||
| + | } | ||
| + | #trio span { | ||
| + | align-items: center; | ||
| + | background: #00ff00 none repeat scroll 0 0; | ||
| + | border: 2px dotted white; | ||
| + | border-radius: 0 0 5em; | ||
| + | color: #00ffff; | ||
| + | display: flex; | ||
| + | float: left; | ||
| + | font-size: 1.75em; | ||
| + | font-weight: bold; | ||
| + | height: 2.5em; | ||
| + | justify-content: center; | ||
| + | left: -1em; | ||
| + | margin: 0 -0.5em -1.25em 0; | ||
| + | position: relative; | ||
| + | text-shadow: 1px 1px 1px black, -2px 1px 1px black, 1px -1px 1px black, -1px -1px 1px black; | ||
| + | top: -1.1em; | ||
| + | width: 2.5em; | ||
| + | } | ||
| + | #trio .two span { | ||
| + | background: #ff0000 none repeat scroll 0 0; | ||
| + | color: #ffff00; | ||
| + | } | ||
| + | #trio .three > span { | ||
| + | background: #0000ff none repeat scroll 0 0; | ||
| + | color: #ff00ff; | ||
| + | } | ||
| + | .one > img { | ||
| + | height: auto; | ||
| + | margin: 0.25em -1.75em; | ||
| + | width: 125%; | ||
| + | } | ||
| + | .two > img { | ||
| + | height: auto; | ||
| + | margin: 1em -1em 0; | ||
| + | width: calc(100% + 2em); | ||
| + | } | ||
| + | .three > img { | ||
| + | height: auto; | ||
| + | margin: 0 -1em; | ||
| + | width: calc(100% + 2em); | ||
| + | } | ||
| + | /*--Note--*/ | ||
| + | .note { | ||
| + | border: 1px dotted white; | ||
| + | font-size: 1.15em; | ||
| + | margin: 1em auto; | ||
| + | padding: 1em; | ||
| + | width: calc(855px - 2em); | ||
| + | } | ||
| + | .note sup { | ||
| + | position: relative; | ||
| + | top: 0.25em; | ||
| + | } | ||
| + | .note > span { | ||
| + | display: block; | ||
| + | } | ||
| + | .note > .title { | ||
| + | font-size: 1.35em; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | .note > .asterisk { | ||
| + | font-size: 0.75em; | ||
| + | } | ||
| + | }}<div class="bg">[[File:TTbg.jpg|link=]]</div> | ||
<div class="pizza">[[File:TTbigpizza.png|link=]]</div> | <div class="pizza">[[File:TTbigpizza.png|link=]]</div> | ||
<div class="pizza2">[[File:TTbigpizza2.png|link=]]</div> | <div class="pizza2">[[File:TTbigpizza2.png|link=]]</div> | ||
<div class="navback"> </div> | <div class="navback"> </div> | ||
| − | <div class="wrapper"> | + | <div class="wrapper" id="menu"> |
<div class="nav">[[File:twistedtoppings.png|class=logo|link=]]<ul class="toppings"> | <div class="nav">[[File:twistedtoppings.png|class=logo|link=]]<ul class="toppings"> | ||
<li>Crusts | <li>Crusts | ||
| Line 383: | Line 444: | ||
* Thin | * Thin | ||
* Waffle | * Waffle | ||
| + | * Cauliflower | ||
| + | *Croissant | ||
</li> | </li> | ||
<li>Sauces | <li>Sauces | ||
| Line 425: | Line 488: | ||
* Ricotta | * Ricotta | ||
* Romano | * Romano | ||
| + | *Vegan Cheez | ||
</li> | </li> | ||
<li>Fruit | <li>Fruit | ||
| + | * Apples | ||
| + | * Bananas | ||
* Blueberries | * Blueberries | ||
* Cherries | * Cherries | ||
| Line 435: | Line 501: | ||
* Lemon | * Lemon | ||
* Peaches | * Peaches | ||
| + | *Pineapple | ||
| + | * Strawberries | ||
</li> | </li> | ||
<li>Veggies | <li>Veggies | ||
| Line 471: | Line 539: | ||
* Bratwurst | * Bratwurst | ||
* Chicken | * Chicken | ||
| + | * Chikkin | ||
* Crab Meat | * Crab Meat | ||
* Eggs | * Eggs | ||
| − | |||
* Haggis | * Haggis | ||
* Ham | * Ham | ||
* Hot Dogs | * Hot Dogs | ||
* Italian Sausage | * Italian Sausage | ||
| − | |||
* Lamb | * Lamb | ||
* Mussels | * Mussels | ||
| Line 487: | Line 554: | ||
* Salami | * Salami | ||
* Salmon | * Salmon | ||
| + | * SHAM (Vegan Ham) | ||
* Shrimp | * Shrimp | ||
* Sloppy Joe | * Sloppy Joe | ||
| Line 513: | Line 581: | ||
<li>Other | <li>Other | ||
* Cotton Candy | * Cotton Candy | ||
| − | * Macaroni | + | * Macaroni and Cheese |
* Marshmallow | * Marshmallow | ||
* Sliced Egg Rolls | * Sliced Egg Rolls | ||
| + | * Chocolate Chips | ||
| + | * White Chocolate Chips | ||
| + | * Gummy Bears | ||
| + | </li> | ||
| + | <li>Prefab Pizzas | ||
| + | * Sherman Tank | ||
| + | * Wassup Rabbit? | ||
| + | * Did I do that? | ||
| + | * Yo Mama! | ||
| + | * Fairy Princess | ||
| + | * Cowboy Jim | ||
| + | * Grab the Milk! | ||
</li> | </li> | ||
</ul> | </ul> | ||
| Line 521: | Line 601: | ||
<div class="content"> | <div class="content"> | ||
<div id="panels"> | <div id="panels"> | ||
| − | <div id=" | + | <div id="first-panel" class="panel">[[File:TTpanel1.jpg|link=]]</div> |
| − | <div id=" | + | <div id="second-panel" class="panel">[[File:TTpanel2.jpg|link=]]</div> |
| − | <div id=" | + | <div id="third-panel" class="panel">[[File:TTpanel3.jpg|link=]]</div> |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
</div> | </div> | ||
| − | <div class="ttfooter"><span> | + | <div id="trio"> |
| + | <div class="one"><span>1 </span> All pizzas are personal pan sized. You just pick your [[#menu|crust]]. We'll prepare it for you and hand it over on a pan or peel.<br/>[[File:TTpeel.png|link=]]</div> | ||
| + | <div class="two"><span>2 </span>Pick out your [[#menu|sauces, cheeses, and toppings]] at our topping bar. Put on as much or as little as you like!<br/>[[File:TTtoppings.jpg|link=]]</div> | ||
| + | <div class="three"><span>3 </span>Let us swiftly bake it for you until it's the perfect combination of gooey and crisp... then, <font color="#00ff00">enjoy</font>!<br/>[[File:TTenjoy.png|link=]]</div></div> | ||
| + | <div class="note"><span class="title">Meetings, workshops, celebrations?</span>If your group needs a quieter, more exclusive place to enjoy your pizza, why not try our private back room?<span class="asterisk" id="disclaimer"><font color="#00fff"> | ||
| + | |||
| + | Bring in your receipt from Down the Rabbit Hole and get 10% off</font> | ||
| + | </div></div> | ||
| + | <div class="ttfooter"><span>Twisted Toppings [[File:TTtinypizza.png|15px|link=]] D St. & Canary St. [[File:TTtinypizza.png|15px|link=]] [[File:Facebook-Icon.png|18px|link=]] [[File:Twitter-Icon.png|18px|link=]] [[File:TTtinypizza.png|15px|link=]] Prospect, California [[File:TTtinypizza.png|15px|link=]] (555)867-5309</span></div> | ||
| + | [[Category:Business]] | ||
Latest revision as of 17:00, 1 November 2020









