parsav  Diff

Differences From Artifact [e23a7affc6]:

To Artifact [048cf30682]:


379
380
381
382
383
384
385














386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413

414
415
416
417
418
419
420
...
480
481
482
483
484
485
486

487
488
489
490
491
492
493
494
495
496
497
498
499
500
501


502





503
504
505
506
507
508
509
...
697
698
699
700
701
702
703

704
705
706
707
708
709
710
	margin:auto;
	padding: 0.5in;
	text-align: center;
	menu:first-of-type { margin-top: 0.3in; }
	img.icon { width: 1.875in; height: 1.875in; }
}















div.login {
	@extend %box;
	width: 4in;
	padding: 0.4in;
	> .msg {
		text-align: center;
		padding: 0.3in;
	}
	> .msg:first-child { padding-top: 0; }
	> .user {
		width: max-content; margin: auto;
		background: tone(-20%,-0.3);
		border: 1px solid black;
		color: tone(-50%);
		padding: 0.1in;
		> img { display: block; width: 1in; height: 1in; margin: auto; border: 1px solid black; }
		> .name { @extend %serif; text-align: center; font-size: 130%; font-weight: bold; margin-top: 0.08in; }
	}
	>form {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1.2em 1fr 1fr;
		grid-gap: 5px;
		> label, input, button { display: block; }
		> label { grid-column: 1 / 3; grid-row: 1/2; font-weight: bold }
		> input { grid-column: 1 / 3; grid-row: 2/3; }
		> button { grid-column: 2 / 3; grid-row: 3/4; }
		> a { @extend %button; grid-column: 1 / 2; grid-row: 3/4; }

	}
}

form.compose {
	@extend %box;
	display: grid;
	grid-template-columns: 1.1in 2fr min-content 1fr 1.5fr;
................................................................................
		position: absolute;
		top: -0.3in;
		right: 0.1in;
		margin: 0.1in;
		padding: 0.1in;
		&:hover { font-weight: bold; }
	}

}

code {
	@extend %teletype;
	background: tone(-55%);
	border: 1px inset tone(-20%);
	padding: 2px 6px;
	font-size: 1.5ex !important;
	letter-spacing: 1.3px;
	padding-bottom: 3px;
	border-radius: 2px;
	vertical-align: baseline;
	box-shadow: 1px 1px 1px black;
}



pre { @extend %teletype; white-space: pre-wrap; }






div.thread {
	margin-left: 0.3in;
	& + article.post { margin-top: 0.3in; }
}

a[href].username {
................................................................................
		> label,summary { display:block; font-weight: bold; padding: 0.03in 0; }
		> .txtbox {
			@extend %serif;
			box-sizing: border-box;
			padding: 0.08in 0.1in;
			border: 1px solid black;
			background: tone(-55%);

		}
		> input, textarea, .txtbox {
			display: block;
			width: 100%;
		}
		> textarea { resize: vertical; min-height: 2in; }
	}







>
>
>
>
>
>
>
>
>
>
>
>
>
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
>







 







>





|




|




>
>
|
>
>
>
>
>







 







>







379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
...
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
...
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
	margin:auto;
	padding: 0.5in;
	text-align: center;
	menu:first-of-type { margin-top: 0.3in; }
	img.icon { width: 1.875in; height: 1.875in; }
}

body.login {
	form.auth-select {
		@extend %box;
		width: 3in;
		padding: 0.4in;
		p { text-align: center; }
		menu {
			%button {
				display: block;
				width: 100%;
				& + %button { border-top: none; }
			}
		}
	}
	div.login {
		@extend %box;
		width: 4in;
		padding: 0.4in;
		> .msg {
			text-align: center;
			padding: 0.3in;
		}
		> .msg:first-child { padding-top: 0; }
		> .user {
			width: max-content; margin: auto;
			background: tone(-20%,-0.3);
			border: 1px solid black;
			color: tone(-50%);
			padding: 0.1in;
			> img { display: block; width: 1in; height: 1in; margin: auto; border: 1px solid black; }
			> .name { @extend %serif; text-align: center; font-size: 130%; font-weight: bold; margin-top: 0.08in; }
		}
		>form {
			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-template-rows: 1.2em max-content max-content;
			grid-gap: 5px;
			> label, input, button { display: block; }
			> label { grid-column: 1 / 3; grid-row: 1/2; font-weight: bold }
			> input, textarea  { grid-column: 1 / 3; grid-row: 2/3; }
			> button { grid-column: 2 / 3; grid-row: 3/4; }
			> a { @extend %button; grid-column: 1 / 2; grid-row: 3/4; }
		}
	}
}

form.compose {
	@extend %box;
	display: grid;
	grid-template-columns: 1.1in 2fr min-content 1fr 1.5fr;
................................................................................
		position: absolute;
		top: -0.3in;
		right: 0.1in;
		margin: 0.1in;
		padding: 0.1in;
		&:hover { font-weight: bold; }
	}
	p { text-align: justify; }
}

code {
	@extend %teletype;
	background: tone(-55%);
	// border: 1px inset tone(-20%);
	padding: 2px 6px;
	font-size: 1.5ex !important;
	letter-spacing: 1.3px;
	padding-bottom: 3px;
	border-radius: 4px;
	vertical-align: baseline;
	box-shadow: 1px 1px 1px black;
}

pre {
	@extend %teletype;
	white-space: pre-wrap;
	> code:only-child {
		display: block;
		padding: 0.1in;
	}
}

div.thread {
	margin-left: 0.3in;
	& + article.post { margin-top: 0.3in; }
}

a[href].username {
................................................................................
		> label,summary { display:block; font-weight: bold; padding: 0.03in 0; }
		> .txtbox {
			@extend %serif;
			box-sizing: border-box;
			padding: 0.08in 0.1in;
			border: 1px solid black;
			background: tone(-55%);
			user-select: all;
		}
		> input, textarea, .txtbox {
			display: block;
			width: 100%;
		}
		> textarea { resize: vertical; min-height: 2in; }
	}