repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | @import url('https://fonts.googleapis.com/css?family=Cabin+Sketch'); |
| #2 | |
| #3 | .site h1 { |
| #4 | font-family: 'Cabin Sketch', cursive; |
| #5 | font-size: 3em; |
| #6 | text-align: center; |
| #7 | opacity: .8; |
| #8 | order: 1; |
| #9 | } |
| #10 | |
| #11 | .site h1 small { |
| #12 | display: block; |
| #13 | } |
| #14 | |
| #15 | .site { |
| #16 | display: -webkit-box; |
| #17 | display: -webkit-flex; |
| #18 | display: -ms-flexbox; |
| #19 | display: flex; |
| #20 | -webkit-box-align: center; |
| #21 | -webkit-align-items: center; |
| #22 | -ms-flex-align: center; |
| #23 | align-items: center; |
| #24 | flex-direction: column; |
| #25 | margin: 0 auto; |
| #26 | -webkit-box-pack: center; |
| #27 | -webkit-justify-content: center; |
| #28 | -ms-flex-pack: center; |
| #29 | justify-content: center; |
| #30 | } |
| #31 | |
| #32 | |
| #33 | .sketch { |
| #34 | position: relative; |
| #35 | height: 400px; |
| #36 | min-width: 400px; |
| #37 | margin: 0; |
| #38 | overflow: visible; |
| #39 | order: 2; |
| #40 | |
| #41 | } |
| #42 | |
| #43 | .bee-sketch { |
| #44 | height: 100%; |
| #45 | width: 100%; |
| #46 | position: absolute; |
| #47 | top: 0; |
| #48 | left: 0; |
| #49 | } |
| #50 | |
| #51 | .red { |
| #52 | background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-1.png) no-repeat center center; |
| #53 | opacity: 1; |
| #54 | animation: red 3s linear infinite, opacityRed 5s linear alternate infinite; |
| #55 | } |
| #56 | |
| #57 | .blue { |
| #58 | background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-1.png) no-repeat center center; |
| #59 | opacity: 0; |
| #60 | animation: blue 3s linear infinite, opacityBlue 5s linear alternate infinite; |
| #61 | } |
| #62 | |
| #63 | |
| #64 | @media only screen and (min-width: 780px) { |
| #65 | .site { |
| #66 | flex-direction: row; |
| #67 | padding: 1em 3em 1em 0em; |
| #68 | } |
| #69 | |
| #70 | .site h1 { |
| #71 | text-align: right; |
| #72 | order: 2; |
| #73 | padding-bottom: 2em; |
| #74 | padding-left: 2em; |
| #75 | |
| #76 | } |
| #77 | |
| #78 | .sketch { |
| #79 | order: 1; |
| #80 | } |
| #81 | } |
| #82 | |
| #83 | |
| #84 | @keyframes blue { |
| #85 | 0% { |
| #86 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-1.png) |
| #87 | } |
| #88 | 9.09% { |
| #89 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-2.png) |
| #90 | } |
| #91 | 27.27% { |
| #92 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-3.png) |
| #93 | } |
| #94 | 36.36% { |
| #95 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-4.png) |
| #96 | } |
| #97 | 45.45% { |
| #98 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-5.png) |
| #99 | } |
| #100 | 54.54% { |
| #101 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-6.png) |
| #102 | } |
| #103 | 63.63% { |
| #104 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-7.png) |
| #105 | } |
| #106 | 72.72% { |
| #107 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-8.png) |
| #108 | } |
| #109 | 81.81% { |
| #110 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-9.png) |
| #111 | } |
| #112 | 100% { |
| #113 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-1.png) |
| #114 | } |
| #115 | } |
| #116 | |
| #117 | @keyframes red { |
| #118 | 0% { |
| #119 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-1.png) |
| #120 | } |
| #121 | 9.09% { |
| #122 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-2.png) |
| #123 | } |
| #124 | 27.27% { |
| #125 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-3.png) |
| #126 | } |
| #127 | 36.36% { |
| #128 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-4.png) |
| #129 | } |
| #130 | 45.45% { |
| #131 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-5.png) |
| #132 | } |
| #133 | 54.54% { |
| #134 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-6.png) |
| #135 | } |
| #136 | 63.63% { |
| #137 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-7.png) |
| #138 | } |
| #139 | 72.72% { |
| #140 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-8.png) |
| #141 | } |
| #142 | 81.81% { |
| #143 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-9.png) |
| #144 | } |
| #145 | 100% { |
| #146 | background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-1.png) |
| #147 | } |
| #148 | } |
| #149 | |
| #150 | @keyframes opacityBlue { |
| #151 | from { |
| #152 | opacity: 0 |
| #153 | } |
| #154 | 25% { |
| #155 | opacity: 0 |
| #156 | } |
| #157 | 75% { |
| #158 | opacity: 1 |
| #159 | } |
| #160 | to { |
| #161 | opacity: 1 |
| #162 | } |
| #163 | } |
| #164 | |
| #165 | @keyframes opacityRed { |
| #166 | from { |
| #167 | opacity: 1 |
| #168 | } |
| #169 | 25% { |
| #170 | opacity: 1 |
| #171 | } |
| #172 | 75% { |
| #173 | opacity: .3 |
| #174 | } |
| #175 | to { |
| #176 | opacity: .3 |
| #177 | } |
| #178 | } |