about summary refs log tree commit diff stats
path: root/data/maps/the_extravagant
Commit message (Collapse)AuthorAgeFilesLines
* Assigned IDs for the_hive, the_impressive, and the_invisibleStar Rauchenberger2025-08-141-0/+5
|
* Added the_extravagantStar Rauchenberger2025-08-1216-0/+433
thoughts/commit/app/assets/stylesheets/main/layout.scss?id=36ae609015f828187828bde9e15591c9706fca6d'>36ae609 ^
1fb650f ^



1622895 ^
1fb650f ^

1622895 ^
1fb650f ^


1622895 ^


3ac90d0 ^
1622895 ^











1fb650f ^


1622895 ^



1fb650f ^
1622895 ^
1fb650f ^



e47e83c ^
1fb650f ^


















1622895 ^
1fb650f ^

1fb650f ^

bc2618b ^
1fb650f ^



1fb650f ^


1622895 ^
1fb650f ^
1622895 ^


1fb650f ^


























1622895 ^














































































1fb650f ^

ffcc44d ^
1fb650f ^










835af69 ^



2748298 ^



9fa88ab ^







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
                
               
                          



               
                    

                         
                   


         


                                                       
                 











                            


   



                
       
             



                         
                 


















                            
             

                   

                     
                          



                 


                 
                 
 


                       


























                             














































































                                               

                   
                     










                               



              



                     







                          
body#main-body {
  height: 100%;
  font-family: sans-serif;
}

#container {
  height: 100%;
  margin: 10px auto;
  width: 75%; /* 66% */
  box-sizing: border-box;
  min-width: 910px;
}

#banner {
  background-image: image-url("fourisland_header.png");
  width: 900px;
  height: 200px;
  margin: 0 auto;

  h1 {
    margin: 0;

    a {
      display: block;
      width: 900px;
      height: 200px;
      text-indent: -5000px;
      text-decoration: none;
      margin: 0;
    }
  }
}

#page-body {
  display: flex;
}

#main {
  width: 70%;
}

#content {
  box-sizing: border-box;
  padding: 1em 0;
}

#flash {
  width: 100%;
  text-align: center;
  padding: .25em;
  font-weight: bold
}

.flash-notice {
  background-color: #fffde8;
}

.flash-alert {
  background-color: #ff6a6a;
}

#sidebar {
  box-sizing: border-box;
  width: 30%;
  font-size: .75em;
  color: black;
  margin-top: 1em;
  margin-bottom: 2em;
  font-family: sans-serif;
}

#sidebar h2 {
  font-size: 1em;
}

.sidebar-module {
  padding: 0 1em;

  & + .sidebar-module {
    margin-top: 1em;
  }
}

.sidebar-module p {
  margin-bottom: 0;
}

.sidebar-module ul {
  padding-left: 0;
  margin-bottom: 0;
}

.sidebar-module li {
  list-style-type: none;
}

.sidebar-module a {
  text-decoration: none;
}

.sidebar-module a:hover {
  text-decoration: underline;
}

.sidebar-module a:visited {
  color: #352712;
}

blockquote.bubble {
  margin: 0;
  border: 1px solid #c9c2c1;
  background-color: #fff;
  position: relative;

  div {
    margin: 10px;
    padding: 0;
  }
}

.bubble {
  width: auto;
  margin-bottom: 24px;
  padding: 0 1em 1em;

  &.rounded {
    margin-bottom: 10px;
    border: 3px solid #fff;
    background-color: #b7e0ff;
    border-radius: 10px;

    blockquote {
      border: 0;
      background-color: transparent;

      div {
        margin: 0 10px;
      }
    }
  }

  &.pimped {
    color: white;
    border: 3px solid white;
    background-color: #111;
  }

  div.bquote blockquote {
    margin: 0;
    padding: 0;
    border: 1px solid #c9c2c1;
    background-color: white;
  }
}

cite.bubble {
  font-style: normal;
  position: relative;
  margin: 0;
  padding: 7px 0px 0px 15px;
}

blockquote.bubble::after {
  /* (B1-1) ATTACH TRANSPARENT BORDERS */
  content: "";
  border: 10px solid transparent;

  /* (B1-2) NECESSARY TO POSITION THE "TAIL" */
  position: absolute;
}

/* (B2) BOTTOM "CALLOUT TAIL" */
blockquote.bubble.bottom::after {
  /* (B2-1) DOWN TRIANGLE */
  border-top-color: #b7e0ff;
  border-bottom: 0;

  /* (B2-2) POSITION AT BOTTOM */
  bottom: -10px;
  left: 3.5em;
  margin-left: -20px;

  &.pimped {
    border-top-color: black;
  }
}

.breadcrumb {
  margin-left: 1em;
  margin-bottom: 1em;

  a, a:visited {
    color: #555d66;
    text-decoration: none;
    font-size: .75em;
  }

  a:hover {
    text-decoration: underline;
  }
}

.clear {
  clear: both;
}

h2.centered {
  text-align: center;
}

.fun-links {
  a {
    font-size: 1.1em;
    vertical-align: super;
    text-decoration: none;
  }
}