Post-Platform Digital Publishing Toolkit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
stylesheet:style_miji [2025/01/25 15:45] mijiihstylesheet:style_miji [2025/01/25 16:56] (current) – external edit 127.0.0.1
Line 1: Line 1:
 %% %%
-h1 { color: green;  } 
  
 +h2 { color: limegreen;  
 +    font-weight: bold;
 +    font-family: sans-serif;
 +    font-size: 5em;
 +    text-shadow: 0 -0.2em 0.1em red, 0em -0.4em 0.2em deeppink, 0em -0.6em 0.4em orange; } 
 +p:nth-child(1) { background: red; } 
 +element.style {
 +    border-radius: 50%;
 +    background: url(/images/textures/CANVAS27.JPG);
 +    background-size: 100%;
 +}
  
-body { background: burlywood; } article#content{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1em; border: 1em inset sienna; } p { display: inline-block; max-width: 16rem; color: black; font-size: 25px; text-align: center; } #navbar .right-column, .site-header, div#sidebar , .page-info{ display: none; } .site-name { color: transparent !important; background: linear-gradient(45deg, #9b9a9a, #ffffff, #898888); position: fixed; top: 27vh; bottom: 0; left: 20px; width: 30px; height: 320px; z-index: 1; } .site-name:after { content:"occupied"; color: red; transform: rotate(90deg); position: absolute; left: -14px; } .left-column { padding: 0; } p:nth-child(4n) { -webkit-text-stroke: #00ed3c 1em; paint-order: stroke; line-height: 1.5; font-family: fantasy; transform: rotate(-2deg); } p:nth-child(4n+1) { background: #e100ff; font-family: cursive; transform: rotate(18deg); } p:nth-child(4n+2) { background: #e100ff; font-family: cursive; transform: rotate(18deg); } p:nth-child(4n+3) { background: #e100ff; font-family: cursive; transform: rotate(18deg); 
- 
- 
-/* p:nth-child(1) { background: #00ed3c; } p:nth-child(2) { background: #d26bb7; } p:nth-child(3) { background: #df721e; } p:nth-child(4) { background: #91ff00; } p:nth-child(5) { background: #e100ff; } p:nth-child(6) { background: #9b89d6; } p:nth-child(7) { background: #c3ff00; } p:nth-child(8) { background: #df721e; } p:nth-child(9) { background: #91ff00; } p:nth-child(10) { background: #e100ff; } p:nth-child(11) { background: #00ed3c; } p:nth-child(12) { background: #d26bb7; } p:nth-child(13) { background: #df721e; } p:nth-child(14) { background: #91ff00; } p:nth-child(15) { background: #e100ff; } p:nth-child(16) { background: #9b89d6; } p:nth-child(17) { background: #c3ff00; } p:nth-child(18) { background: #df721e; } p:nth-child(19) { background: #91ff00; } p:nth-child(20) { background: #e100ff; } */ 
  
 %% %%
stylesheet/style_miji.1737819922.txt.gz · Last modified: 2025/01/25 16:56 (external edit)