Skip to content

Commit 2830c6e

Browse files
committed
1 parent 02dc6d8 commit 2830c6e

File tree

450 files changed

+77659
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

450 files changed

+77659
-13
lines changed

apps/readriordan/welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</div>
3232
</div>
3333
<div class="delete-me-section">
34-
<h1>Hi, <span ms-data="first-name">firstName</span> <span ms-data="last-name">lastName</span><br>Welcome to Riordanmore - Basic</h1>
34+
<h1>Hi, <span ms-data="first-name">firstName</span> <br>Welcome to Riordanmore - Basic</h1>
3535
<div class="w-richtext">
3636
<p>Thanks for joining the riordanmore community. We've got a lot of work to do to finish the site, but we're glad you've taken the plunge and joined us!</p>
3737
<p></p>

basic/account.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div>This link is only visible to premium members 😁</div>
3636
<div class="black-diamond"></div>
3737
</div>-->
38-
</a><a href="#" ms-profile="true" class="nav-link w-nav-link">Profile</a><a href="https://acord.software/apps/readriordan/welcome.html" class="nav-link w-nav-link">Read Riordan</a><a data-ms-content="dashboards" href="https://acord.software/basic/workspace/tutorials.html" class="nav-link w-nav-link">My Workspace</a><a data-ms-content="dashboards" href="https://acord.software/account/dashboard/elijah.html" class="button navbar-cta w-nav-link">Your Models</a></nav>
38+
</a><a href="#" ms-profile="true" class="nav-link w-nav-link">Profile</a><a href="https://acord.software/apps/readriordan/welcome.html" class="nav-link w-nav-link">Read Riordan</a><a data-ms-content="dashboards" href="https://acord.software/basic/workspace/index.html" class="nav-link w-nav-link">My Workspace</a><a data-ms-content="dashboards" href="https://acord.software/account/dashboard/elijah.html" class="button navbar-cta w-nav-link">Your Models</a></nav>
3939
<div class="menu-button w-nav-button">
4040
<div class="w-icon-nav-menu"></div>
4141
</div>

basic/workspace/Onepage.html

Lines changed: 1936 additions & 0 deletions
Large diffs are not rendered by default.

basic/workspace/accordion.html

Lines changed: 866 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 202 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,202 @@
1+
/******************************************************
2+
* #### jQuery-Youtube-Channels-Playlist v7.0 ####
3+
* Coded by Ican Bachors 2014.
4+
* https://github.com/bachors/jQuery-Youtube-Channels-Playlist
5+
* Updates will be posted to this site.
6+
******************************************************/
7+
8+
.ycp {
9+
font-family: "Roboto","Helvetica","Arial",sans-serif;
10+
font-size: 1em;
11+
color: #444;
12+
background: #000;
13+
display: block;
14+
width: 100%;
15+
height: 500px;
16+
box-shadow: 0 4px 4px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
17+
}
18+
19+
.ycp,
20+
.ycp .belah {
21+
box-sizing: border-box;
22+
padding: 0;
23+
margin: 0;
24+
}
25+
26+
.ycp .belah {
27+
display: inline-block;
28+
vertical-align: top;
29+
height: 100%;
30+
}
31+
32+
.ycp .belah:first-of-type {
33+
width: 65%;
34+
}
35+
36+
.ycp .belah:last-of-type {
37+
width: 35%;
38+
}
39+
40+
.ycp .belah .luhur {
41+
color: #fff;
42+
background: #222;
43+
display: block;
44+
width: 100%;
45+
height: 70px;
46+
box-sizing: border-box;
47+
padding: 10px;
48+
margin: 0;
49+
}
50+
51+
.ycp .belah .handap {
52+
color: #ddd;
53+
background: #111;
54+
height: calc(100% - 70px);
55+
padding: 0;
56+
overflow-y: auto;
57+
-moz-box-shadow: inset 0 0 10px #000;
58+
-webkit-box-shadow: inset 0 0 10px #000;
59+
box-shadow: inset 0 0 10px #000;
60+
}
61+
62+
.ycp .belah .handap,
63+
.ycp .belah .bingkay {
64+
display: block;
65+
width: 100%;
66+
box-sizing: border-box;
67+
margin: 0;
68+
}
69+
70+
.ycp .belah .bingkay {
71+
height: 100%;
72+
border: 0;
73+
}
74+
75+
.ycp .belah .luhur span.tombol {
76+
margin-right: 20px;
77+
color: silver;
78+
}
79+
80+
.ycp .belah .luhur span.about {
81+
float: right;
82+
background: #111;
83+
padding: 2px;
84+
border-radius: 50%;
85+
width: 20px;
86+
height: 20px;
87+
text-align: center;
88+
}
89+
90+
.ycp a {
91+
text-decoration: none;
92+
outline: 0;
93+
}
94+
95+
.ycp a img {
96+
border: 0;
97+
}
98+
99+
.ycp .belah.ycp_vid_play {
100+
cursor: pointer;
101+
}
102+
103+
.ycp .belah.ycp_vid_play a {
104+
background: #e52d27;
105+
width: 120px;
106+
height: 75px;
107+
display: block;
108+
border-radius: 10%;
109+
position: relative;
110+
top: calc(50% - 35px);
111+
left: calc(50% - 60px);
112+
text-align: center;
113+
}
114+
115+
.ycp .belah.ycp_vid_play a::before {
116+
color: #fff;
117+
content: "\25B6";
118+
z-index: 100;
119+
font-size: 50px;
120+
}
121+
122+
.ycp .belah .thumb {
123+
float: left;
124+
margin-right: 10px;
125+
position: relative;
126+
height: 61px;
127+
}
128+
129+
.ycp .belah .thumb span {
130+
position: absolute;
131+
right: 2px;
132+
bottom: -2px;
133+
padding: 2px;
134+
background: #000;
135+
color: silver;
136+
font-size: .8em;
137+
}
138+
139+
.ycp .belah .play {
140+
margin: 0;
141+
padding: 10px;
142+
display: block;
143+
overflow: hidden;
144+
*overflow: visible;
145+
}
146+
147+
.ycp .belah .luhur div.title {
148+
color: #fff;
149+
border-bottom: 1px solid #111;
150+
padding-bottom: 5px;
151+
margin-bottom: 5px;
152+
}
153+
154+
.ycp .belah .handap div.title {
155+
overflow: hidden;
156+
white-space: nowrap;
157+
text-overflow: ellipsis;
158+
}
159+
160+
.ycp .belah span.mute,
161+
.ycp .belah span.about a {
162+
color: #767676;
163+
font-size: .8em;
164+
}
165+
166+
.ycp .belah .thumb img {
167+
width: 80px;
168+
height: 100%;
169+
border: 2px solid #000;
170+
}
171+
172+
.ycp .belah .play:hover,
173+
.ycp .belah .vid-active {
174+
background: #000;
175+
}
176+
177+
.ycp .belah .luhur .vid-prev,
178+
.ycp .belah .luhur .vid-next,
179+
.ycp .belah .play {
180+
cursor: pointer;
181+
}
182+
183+
@media screen and (max-width:767px) {
184+
.ycp {
185+
height: 1000px;
186+
}
187+
188+
.ycp .belah,
189+
.ycp .belah:first-of-type,
190+
.ycp .belah:last-of-type {
191+
width: 100%;
192+
display: block;
193+
}
194+
195+
.ycp .belah:first-of-type {
196+
height: 40%;
197+
}
198+
199+
.ycp .belah:last-of-type {
200+
height: 60%;
201+
}
202+
}

0 commit comments

Comments
 (0)