5da1fdb36808b6ca63ab2d114abb788ca9571531
bfadmin-master advanced

bfadmin-master authored 7 years ago

source/style/common.less   1) table.datatable
fenris foo

fenris authored 7 years ago

source/style/common.less   2) {
source/style/common.less   3) 	border-collapse: collapse;
bfadmin-master minor changes

bfadmin-master authored 7 years ago

source/style/common.less   4) 	/*
bfadmin-master advanced

bfadmin-master authored 7 years ago

source/style/common.less   5) 	box-shadow: 4px 4px 4px black;
bfadmin-master minor changes

bfadmin-master authored 7 years ago

source/style/common.less   6) 	 */
fenris foo

fenris authored 7 years ago

source/style/common.less   7) 	
source/style/common.less   8) 	& tr
source/style/common.less   9) 	{
bfadmin-master advanced

bfadmin-master authored 7 years ago

source/style/common.less  10) 		& > th,
source/style/common.less  11) 		& > td
fenris foo

fenris authored 7 years ago

source/style/common.less  12) 		{
bfadmin-master minor changes

bfadmin-master authored 7 years ago

source/style/common.less  13) 			.interpolate(hsvvalue(@color-fg), hsvvalue(@color-bg), 0.5);
source/style/common.less  14) 			border: 1px solid hsv(hsvhue(@color-fg), hsvsaturation(@color-fg), @result_interpolate);
bfadmin-master advanced

bfadmin-master authored 7 years ago

source/style/common.less  15) 			/*
source/style/common.less  16) 			border: 1px solid @color-bg;
source/style/common.less  17) 			 */
fenris foo

fenris authored 7 years ago

source/style/common.less  18) 			font-size: 0.8em;
source/style/common.less  19) 			padding: 4px;
source/style/common.less  20) 		}
bfadmin-master advanced

bfadmin-master authored 7 years ago

source/style/common.less  21) 		
source/style/common.less  22) 		& > th
source/style/common.less  23) 		{
source/style/common.less  24) 			text-align: left;
source/style/common.less  25) 			/*
source/style/common.less  26) 			color: @color-x1;
source/style/common.less  27) 			 */
source/style/common.less  28) 			background-color: hsv(hsvhue(@color-bg), hsvsaturation(@color-bg), (0.8 * hsvvalue(@color-bg)) + (0.2 * hsvvalue(@color-fg)))
source/style/common.less  29) 		}
source/style/common.less  30) 		
source/style/common.less  31) 		& > td
source/style/common.less  32) 		{
source/style/common.less  33) 			background-color: hsv(hsvhue(@color-bg), hsvsaturation(@color-bg), (0.9 * hsvvalue(@color-bg)) + (0.1 * hsvvalue(@color-fg)))
source/style/common.less  34) 		}
source/style/common.less  35) 	}	
fenris foo

fenris authored 7 years ago

source/style/common.less  36) }
source/style/common.less  37) 
source/style/common.less  38) a
source/style/common.less  39) {
source/style/common.less  40) 	text-decoration: none;
source/style/common.less  41) 	font-weight: bold;
source/style/common.less  42) 	/*
source/style/common.less  43) 	font-family: monospace;
source/style/common.less  44) 	 */
Christian Fraß personal pronouns and infin...

Christian Fraß authored 7 years ago

source/style/common.less  45) 	
source/style/common.less  46) 	&:not(.jumplabel)
source/style/common.less  47) 	{
source/style/common.less  48) 		color: @color-x1;
source/style/common.less  49) 	}
source/style/common.less  50) 	
source/style/common.less  51) 	&.jumplabel
source/style/common.less  52) 	{
source/style/common.less  53) 		color: inherit;
source/style/common.less  54) 		
source/style/common.less  55) 		&:hover
source/style/common.less  56) 		{
source/style/common.less  57) 			color: @color-x1;
source/style/common.less  58) 		}
source/style/common.less  59) 	}
fenris foo

fenris authored 7 years ago

source/style/common.less  60) }
source/style/common.less  61) 
source/style/common.less  62) .note
fenris advanced

fenris authored 7 years ago

source/style/common.less  63) {
source/style/common.less  64) 	padding: 16px;
fenris foo

fenris authored 7 years ago

source/style/common.less  65) 	margin: 16px;
fenris advanced

fenris authored 7 years ago

source/style/common.less  66) 	border-radius: 4px;
fenris foo

fenris authored 7 years ago

source/style/common.less  67) 	box-shadow: 4px 4px 4px black;
source/style/common.less  68) 	color: @color-fg;
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

source/style/common.less  69) 	background-color: hsv(240, 00%, (0.8 * hsvvalue(@color-bg)) + (0.2 * 50%));
source/style/common.less  70) 	
source/style/common.less  71) 	& > .note_hide
source/style/common.less  72) 	{
source/style/common.less  73) 		display: none;
source/style/common.less  74) 		& ~ .note_label
source/style/common.less  75) 		{
source/style/common.less  76) 			cursor: pointer;
source/style/common.less  77) 			font-style: italic;
source/style/common.less  78) 			&:hover
source/style/common.less  79) 			{
source/style/common.less  80) 				text-decoration: underline;
source/style/common.less  81) 			}
source/style/common.less  82) 		}
source/style/common.less  83) 		&:not(:checked)
source/style/common.less  84) 		{
source/style/common.less  85) 			& ~ .note_content {display: none;}
source/style/common.less  86) 			& ~ .note_label_hide {display: none;}
source/style/common.less  87) 		}
source/style/common.less  88) 		&:checked	
source/style/common.less  89) 		{
source/style/common.less  90) 			& ~ .note_label_show {display: none;}
source/style/common.less  91) 		}
source/style/common.less  92) 	}
fenris advanced

fenris authored 7 years ago

source/style/common.less  93) }
source/style/common.less  94) 
source/style/common.less  95) .note_information
source/style/common.less  96) {
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

source/style/common.less  97) 	/*
fenris foo

fenris authored 7 years ago

source/style/common.less  98) 	&:extend(.note);
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

source/style/common.less  99) 	 */
source/style/common.less 100) 	&:before {font-weight: bold; content: "[Information] ";}
bfadmin-master advanced

bfadmin-master authored 7 years ago

source/style/common.less 101) 	background-color: hsv(240, 40%, (0.8 * hsvvalue(@color-bg)) + (0.2 * 50%));
fenris advanced

fenris authored 7 years ago

source/style/common.less 102) }
source/style/common.less 103) 
source/style/common.less 104) .note_warning
source/style/common.less 105) {
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

source/style/common.less 106) 	/*
fenris foo

fenris authored 7 years ago

source/style/common.less 107) 	&:extend(.note);
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

source/style/common.less 108) 	 */
source/style/common.less 109) 	&:before {font-weight: bold; content: "[Beware] ";}
bfadmin-master advanced

bfadmin-master authored 7 years ago

source/style/common.less 110) 	background-color: hsv( 60, 40%, (0.8 * hsvvalue(@color-bg)) + (0.2 * 50%));
fenris advanced

fenris authored 7 years ago

source/style/common.less 111) }
source/style/common.less 112) 
source/style/common.less 113) .note_error
source/style/common.less 114) {
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

source/style/common.less 115) 	/*
fenris foo

fenris authored 7 years ago

source/style/common.less 116) 	&:extend(.note);
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

source/style/common.less 117) 	 */
source/style/common.less 118) 	&:before {font-weight: bold; content: "[Attention] ";}
bfadmin-master advanced

bfadmin-master authored 7 years ago

source/style/common.less 119) 	background-color: hsv(  0, 40%, (0.8 * hsvvalue(@color-bg)) + (0.2 * 50%));
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

source/style/common.less 120) }
source/style/common.less 121) 
source/style/common.less 122) .note_reasoning
source/style/common.less 123) {
source/style/common.less 124) 	/*
source/style/common.less 125) 	&:extend(.note);
source/style/common.less 126) 	 */
source/style/common.less 127) 	&:before {font-weight: bold; content: "[Developer Note] ";}
source/style/common.less 128) 	background-color: hsv( 120, 40%, (0.8 * hsvvalue(@color-bg)) + (0.2 * 50%));
fenris advanced

fenris authored 7 years ago

source/style/common.less 129) }
source/style/common.less 130) 
fenris moved to html

fenris authored 7 years ago

source/less/common.less  131) .ipa
source/less/common.less  132) {
source/less/common.less  133) 	&:before
source/less/common.less  134) 	{
source/less/common.less  135) 		content: "/";
source/less/common.less  136) 	}
fenris advanced

fenris authored 7 years ago

source/style/common.less 137) 
fenris moved to html

fenris authored 7 years ago

source/less/common.less  138) 	&:after
source/less/common.less  139) 	{
source/less/common.less  140) 		content: "/";
source/less/common.less  141) 	}
source/less/common.less  142) }
source/less/common.less  143) 
fenris foo

fenris authored 7 years ago

source/style/common.less 144) .buzzword
source/style/common.less 145) {
source/style/common.less 146) 	font-style: italic;
source/style/common.less 147) }
source/style/common.less 148) 
source/style/common.less 149) .slogan
source/style/common.less 150) {
source/style/common.less 151) 	font-style: italic;
source/style/common.less 152) }
source/style/common.less 153) 
fenris moved to html

fenris authored 7 years ago

source/less/common.less  154) .grammarterm
source/less/common.less  155) {
fenris advanced

fenris authored 7 years ago

source/style/common.less 156) 	/*
fenris moved to html

fenris authored 7 years ago

source/less/common.less  157) 	text-decoration: underline;
fenris advanced

fenris authored 7 years ago

source/style/common.less 158) 	 */
source/style/common.less 159) 	font-style: italic;
source/style/common.less 160) }
source/style/common.less 161) 
source/style/common.less 162) .runic
source/style/common.less 163) {
source/style/common.less 164) 	font-weight: bold;
fenris moved to html

fenris authored 7 years ago

source/less/common.less  165) }
source/less/common.less  166) 
fenris foo

fenris authored 7 years ago

source/style/common.less 167) .letter
fenris advanced

fenris authored 7 years ago

source/style/common.less 168) {
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/style/common.less 169) 	&.lang_fs
source/style/common.less 170) 	{
source/style/common.less 171) 		font-weight: bold;
source/style/common.less 172) 		/*
source/style/common.less 173) 		font-style: italic;
source/style/common.less 174) 		font-size: 1.2em;
source/style/common.less 175) 		font-family: runic;
source/style/common.less 176) 		 */
source/style/common.less 177) 	}
source/style/common.less 178) 	
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

source/style/common.less 179) 	&.lang_pg,
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/style/common.less 180) 	&.lang_de,
source/style/common.less 181) 	&.lang_en,
source/style/common.less 182) 	&.lang_is,
source/style/common.less 183) 	&.lang_nb
source/style/common.less 184) 	{
source/style/common.less 185) 		font-style: italic;
source/style/common.less 186) 	}
fenris advanced

fenris authored 7 years ago

source/style/common.less 187) }
source/style/common.less 188) 
fenris foo

fenris authored 7 years ago

source/style/common.less 189) .word
fenris moved to html

fenris authored 7 years ago

source/less/common.less  190) {
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/style/common.less 191) 	&.lang_fs
source/style/common.less 192) 	{
source/style/common.less 193) 		font-weight: bold;
source/style/common.less 194) 		/*
source/style/common.less 195) 		font-style: italic;
source/style/common.less 196) 		font-size: 1.2em;
source/style/common.less 197) 		font-family: runic;
source/style/common.less 198) 		 */
source/style/common.less 199) 	}
source/style/common.less 200) 	
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

source/style/common.less 201) 	&.lang_pg,
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/style/common.less 202) 	&.lang_de,
source/style/common.less 203) 	&.lang_en,
source/style/common.less 204) 	&.lang_is,
source/style/common.less 205) 	&.lang_nb
source/style/common.less 206) 	{
source/style/common.less 207) 		font-style: italic;
source/style/common.less 208) 	}
fenris foo

fenris authored 7 years ago

source/style/common.less 209) }
source/style/common.less 210) 
source/style/common.less 211) .sentence
source/style/common.less 212) {
source/style/common.less 213) 	&.lang_fs
source/style/common.less 214) 	{
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/style/common.less 215) 		font-weight: bold;
source/style/common.less 216) 		/*
source/style/common.less 217) 		font-style: italic;
source/style/common.less 218) 		font-size: 1.2em;
source/style/common.less 219) 		font-family: runic;
source/style/common.less 220) 		 */
fenris foo

fenris authored 7 years ago

source/style/common.less 221) 		&:before {content: "\"";}
source/style/common.less 222) 		&:after {content: "\"";}
source/style/common.less 223) 	}
source/style/common.less 224) 	
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

source/style/common.less 225) 	&.lang_pg,
fenris foo

fenris authored 7 years ago

source/style/common.less 226) 	&.lang_de,
source/style/common.less 227) 	&.lang_en,
source/style/common.less 228) 	&.lang_is,
source/style/common.less 229) 	&.lang_nb
source/style/common.less 230) 	{
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/style/common.less 231) 		font-style: italic;
fenris foo

fenris authored 7 years ago

source/style/common.less 232) 		&:before {content: "\"";}
source/style/common.less 233) 		&:after {content: "\"";}
source/style/common.less 234) 	}
fenris moved to html

fenris authored 7 years ago

source/less/common.less  235) }
source/less/common.less  236) 
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/style/common.less 237) .text
source/style/common.less 238) {
source/style/common.less 239) 	&.lang_fs
source/style/common.less 240) 	{
source/style/common.less 241) 		font-style: italic;
source/style/common.less 242) 		/*
source/style/common.less 243) 		font-weight: bold;
source/style/common.less 244) 		font-size: 1.2em;
source/style/common.less 245) 		font-family: runic;
source/style/common.less 246) 		 */
source/style/common.less 247) 		&:before {content: "„";}
source/style/common.less 248) 		&:after {content: "“";}
source/style/common.less 249) 	}
source/style/common.less 250) 	
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

source/style/common.less 251) 	&.lang_pg,
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/style/common.less 252) 	&.lang_de,
source/style/common.less 253) 	&.lang_en,
source/style/common.less 254) 	&.lang_is,
source/style/common.less 255) 	&.lang_nb
source/style/common.less 256) 	{
source/style/common.less 257) 		font-style: italic;
source/style/common.less 258) 		&:before {content: "„";}
source/style/common.less 259) 		&:after {content: "“";}
source/style/common.less 260) 	}
source/style/common.less 261) }
source/style/common.less 262) 
fenris moved to html

fenris authored 7 years ago

source/less/common.less  263) .todo
source/less/common.less  264) {
source/less/common.less  265) 	&:before
source/less/common.less  266) 	{
source/less/common.less  267) 		content: "[ToDo] ";
source/less/common.less  268) 	}
source/less/common.less  269) 	
fenris advanced

fenris authored 7 years ago

source/style/common.less 270) 	margin: 4px;
fenris moved to html

fenris authored 7 years ago

source/less/common.less  271) 	padding: 4px;
bfadmin-master advanced

bfadmin-master authored 7 years ago

source/style/common.less 272) 	background-color: hsv(  0,100%, 50%);
fenris moved to html

fenris authored 7 years ago

source/less/common.less  273) 	color: white;
source/less/common.less  274) 	font-weight: bold;
source/less/common.less  275) }
source/less/common.less  276) 
fenris advanced

fenris authored 7 years ago

source/style/common.less 277) .code
source/style/common.less 278) {
source/style/common.less 279) 	font-family: monospace;
source/style/common.less 280) }
source/style/common.less 281) 
Christian Fraß better table-snap

Christian Fraß authored 7 years ago

source/style/common.less 282) .clause
source/style/common.less 283) {
source/style/common.less 284) 	padding: 4px;
source/style/common.less 285) 	margin: 2px;
source/style/common.less 286) 	
source/style/common.less 287) 	&.meta
source/style/common.less 288) 	{
source/style/common.less 289) 		&:before
source/style/common.less 290) 		{
source/style/common.less 291) 			content: "[";
source/style/common.less 292) 		}
source/style/common.less 293) 		
source/style/common.less 294) 		&:after
source/style/common.less 295) 		{
source/style/common.less 296) 			content: "]";
source/style/common.less 297) 		}
source/style/common.less 298) 	}
source/style/common.less 299) 	
source/style/common.less 300) 	&.optional
source/style/common.less 301) 	{
source/style/common.less 302) 	}
source/style/common.less 303) 	
source/style/common.less 304) 	&.mandatory
source/style/common.less 305) 	{
source/style/common.less 306) 		text-decoration: underline;
source/style/common.less 307) 	}
source/style/common.less 308) 	
source/style/common.less 309) 	&.predicate
source/style/common.less 310) 	{
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

source/style/common.less 311) 		.interpolate(hsvvalue(@color-fg), hsvvalue(@color-bg), 0.8);
source/style/common.less 312) 		background-color: hsv(  0, 40%, @result_interpolate);
Christian Fraß better table-snap

Christian Fraß authored 7 years ago

source/style/common.less 313) 	}
source/style/common.less 314) 	
source/style/common.less 315) 	&.subject
source/style/common.less 316) 	{
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

source/style/common.less 317) 		.interpolate(hsvvalue(@color-fg), hsvvalue(@color-bg), 0.8);
source/style/common.less 318) 		background-color: hsv( 90, 40%, @result_interpolate);
Christian Fraß better table-snap

Christian Fraß authored 7 years ago

source/style/common.less 319) 	}
source/style/common.less 320) 	
source/style/common.less 321) 	&.object
source/style/common.less 322) 	{
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

source/style/common.less 323) 		.interpolate(hsvvalue(@color-fg), hsvvalue(@color-bg), 0.8);
source/style/common.less 324) 		background-color: hsv(180, 40%, @result_interpolate);
Christian Fraß better table-snap

Christian Fraß authored 7 years ago

source/style/common.less 325) 	}
source/style/common.less 326) 	
source/style/common.less 327) 	&.other
source/style/common.less 328) 	{
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

source/style/common.less 329) 		.interpolate(hsvvalue(@color-fg), hsvvalue(@color-bg), 0.8);
source/style/common.less 330) 		background-color: hsv(270, 40%, @result_interpolate);
Christian Fraß better table-snap

Christian Fraß authored 7 years ago

source/style/common.less 331) 	}
source/style/common.less 332) }
source/style/common.less 333) 
fenris moved to html

fenris authored 7 years ago

source/less/common.less  334) section
source/less/common.less  335) {
source/less/common.less  336) 	&.chapter
source/less/common.less  337) 	{
bfadmin-master fancy table-stuff, woohoo!

bfadmin-master authored 7 years ago

source/style/common.less 338) 		border-top: 1px solid gray;
source/style/common.less 339) 		padding-top: 40px;
source/style/common.less 340) 		
fenris foo

fenris authored 7 years ago

source/style/common.less 341) 		margin-bottom: 160px;
fenris moved to html

fenris authored 7 years ago

source/less/common.less  342) 		
source/less/common.less  343) 		& > header
source/less/common.less  344) 		{
source/less/common.less  345) 			font-size: 1.6em;
source/less/common.less  346) 			margin-bottom: 6px;
source/less/common.less  347) 		}
source/less/common.less  348) 		
Fenris Wolf advanced

Fenris Wolf authored 7 years ago

source/style/common.less 349) 		& > *:not(:first-child)
fenris moved to html

fenris authored 7 years ago

source/less/common.less  350) 		{
source/less/common.less  351) 			margin-left: 12px;
source/less/common.less  352) 		}
source/less/common.less  353) 	}
source/less/common.less  354) 	
source/less/common.less  355) 	&.section
source/less/common.less  356) 	{
fenris foo

fenris authored 7 years ago

source/style/common.less 357) 		margin-bottom: 140px;
fenris moved to html

fenris authored 7 years ago

source/less/common.less  358) 		
source/less/common.less  359) 		& > header
source/less/common.less  360) 		{
source/less/common.less  361) 			font-size: 1.4em;
source/less/common.less  362) 			margin-bottom: 4px;
source/less/common.less  363) 		}
source/less/common.less  364) 		
Fenris Wolf advanced

Fenris Wolf authored 7 years ago

source/style/common.less 365) 		& > *:not(:first-child)
fenris moved to html

fenris authored 7 years ago

source/less/common.less  366) 		{
Fenris Wolf advanced

Fenris Wolf authored 7 years ago

source/style/common.less 367) 			margin-left: 12px;
fenris moved to html

fenris authored 7 years ago

source/less/common.less  368) 		}
source/less/common.less  369) 	}
source/less/common.less  370) 	
source/less/common.less  371) 	
source/less/common.less  372) 	&.subsection
source/less/common.less  373) 	{
fenris foo

fenris authored 7 years ago

source/style/common.less 374) 		margin-bottom: 120px;
fenris moved to html

fenris authored 7 years ago

source/less/common.less  375) 		
source/less/common.less  376) 		& > header
source/less/common.less  377) 		{
source/less/common.less  378) 			font-size: 1.2em;
source/less/common.less  379) 			margin-bottom: 2px;
source/less/common.less  380) 		}
source/less/common.less  381) 		
Fenris Wolf advanced

Fenris Wolf authored 7 years ago

source/style/common.less 382) 		& > *:not(:first-child)
fenris moved to html

fenris authored 7 years ago

source/less/common.less  383) 		{
Fenris Wolf advanced

Fenris Wolf authored 7 years ago

source/style/common.less 384) 			margin-left: 12px;
fenris moved to html

fenris authored 7 years ago

source/less/common.less  385) 		}
source/less/common.less  386) 	}
source/less/common.less  387) 	
source/less/common.less  388) 	&.pseudo
source/less/common.less  389) 	{
source/less/common.less  390) 		& > header
source/less/common.less  391) 		{
source/less/common.less  392) 			font-style: italic;
source/less/common.less  393) 		}
source/less/common.less  394) 	}
source/less/common.less  395) 	
fenris foo

fenris authored 7 years ago

source/style/common.less 396) 	&.hidden
fenris moved to html

fenris authored 7 years ago

source/less/common.less  397) 	{
fenris foo

fenris authored 7 years ago

source/style/common.less 398) 		& > header
fenris moved to html

fenris authored 7 years ago

source/less/common.less  399) 		{
fenris foo

fenris authored 7 years ago

source/style/common.less 400) 			display: none;