33 FEAScript Website
44 Lightweight Finite Element Simulation in JavaScript
55 Version: 0.2.0 (RC) | https://feascript.com
6- CC BY 4.0 License © 2023–2025 FEAScript
6+ CC BY 4.0 License © 2023–2026 FEAScript
77 ════════════════════════════════════════════════════════════════
88*/
99
10- /*
11- ════════════════════════════════════════════════════════════
12- RESET AND BASE STYLES
13- ════════════════════════════════════════════════════════════
14- */
10+ /* Reset and base styles */
1511* {
1612 margin : 0 ;
1713 padding : 0 ;
@@ -32,11 +28,7 @@ body {
3228 line-height : 1.6 ;
3329}
3430
35- /*
36- ════════════════════════════════════════════════════════════
37- TYPOGRAPHY
38- ════════════════════════════════════════════════════════════
39- */
31+ /* Typography */
4032/* Headings */
4133h1 ,
4234h2 ,
7668 text-decoration : none;
7769}
7870
79- /*
80- ════════════════════════════════════════════════════════════
81- LAYOUT COMPONENTS
82- ════════════════════════════════════════════════════════════
83- */
71+ /* Layout components */
8472/* Banner */
8573# banner {
8674 float : right;
@@ -234,11 +222,7 @@ footer {
234222 }
235223}
236224
237- /*
238- ════════════════════════════════════════════════════════════
239- CONTENT ELEMENTS
240- ════════════════════════════════════════════════════════════
241- */
225+ /* Content elements */
242226/* Lists */
243227ul {
244228 padding-left : 1.5em ;
@@ -276,11 +260,7 @@ mjx-container {
276260 text-align : left !important ;
277261}
278262
279- /*
280- ════════════════════════════════════════════════════════════
281- SPECIAL COMPONENTS
282- ════════════════════════════════════════════════════════════
283- */
263+ /* Special components */
284264/* Highlight containers */
285265.highlight-container {
286266 background : # f7e7b7 ;
@@ -427,11 +407,7 @@ mjx-container {
427407 margin-bottom : 1em ;
428408}
429409
430- /*
431- ════════════════════════════════════════════════════════════
432- HELPER CLASSES AND UTILITIES
433- ════════════════════════════════════════════════════════════
434- */
410+ /* Helper classes and utilities */
435411/* Notice bars */
436412.notice-dev {
437413 border-left : 4px solid # f39c12 ;
@@ -519,11 +495,7 @@ mjx-container {
519495 left : -5000px ;
520496}
521497
522- /*
523- ════════════════════════════════════════════════════════════
524- MEDIA QUERIES
525- ════════════════════════════════════════════════════════════
526- */
498+ /* Media queries */
527499/* Small screens: up to 500px */
528500@media screen and (max-width : 500px ) {
529501 body {
@@ -648,11 +620,7 @@ mjx-container {
648620 }
649621}
650622
651- /*
652- ════════════════════════════════════════════════════════════
653- STUDIO-SPECIFIC STYLES
654- ════════════════════════════════════════════════════════════
655- */
623+ /* Studio-specific styles */
656624.studio-layout {
657625 background-color : transparent;
658626 margin : 0.5em 0 ;
0 commit comments