d6012ba96f3f7fe880a8a4e50b0988812749c41f
Christian Fraß squelched admin-e-mail

Christian Fraß authored 5 years ago

source/style/common.less   1) .ninja {
source/style/common.less   2) 	& > :nth-child(2n+0) {
source/style/common.less   3) 	}
source/style/common.less   4) 	
source/style/common.less   5) 	& > :nth-child(2n+1) {
source/style/common.less   6) 		display: none;
source/style/common.less   7) 	}
source/style/common.less   8) }
source/style/common.less   9) 
bfadmin-master advanced

bfadmin-master authored 8 years ago

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

fenris authored 8 years ago

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

bfadmin-master authored 8 years ago

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

bfadmin-master authored 8 years ago

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

bfadmin-master authored 8 years ago

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

fenris authored 8 years ago

source/style/common.less  16) 	
source/style/common.less  17) 	& tr
source/style/common.less  18) 	{
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/style/common.less  19) 		& > th,
source/style/common.less  20) 		& > td
fenris foo

fenris authored 8 years ago

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

bfadmin-master authored 8 years ago

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

bfadmin-master authored 8 years ago

source/style/common.less  24) 			/*
source/style/common.less  25) 			border: 1px solid @color-bg;
source/style/common.less  26) 			 */
fenris foo

fenris authored 8 years ago

source/style/common.less  27) 			font-size: 0.8em;
source/style/common.less  28) 			padding: 4px;
source/style/common.less  29) 		}
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/style/common.less  30) 		
source/style/common.less  31) 		& > th
source/style/common.less  32) 		{
source/style/common.less  33) 			text-align: left;
source/style/common.less  34) 			/*
source/style/common.less  35) 			color: @color-x1;
source/style/common.less  36) 			 */
source/style/common.less  37) 			background-color: hsv(hsvhue(@color-bg), hsvsaturation(@color-bg), (0.8 * hsvvalue(@color-bg)) + (0.2 * hsvvalue(@color-fg)))
source/style/common.less  38) 		}
source/style/common.less  39) 		
source/style/common.less  40) 		& > td
source/style/common.less  41) 		{
source/style/common.less  42) 			background-color: hsv(hsvhue(@color-bg), hsvsaturation(@color-bg), (0.9 * hsvvalue(@color-bg)) + (0.1 * hsvvalue(@color-fg)))
source/style/common.less  43) 		}
source/style/common.less  44) 	}	
fenris foo

fenris authored 8 years ago

source/style/common.less  45) }
source/style/common.less  46) 
source/style/common.less  47) a
source/style/common.less  48) {
source/style/common.less  49) 	text-decoration: none;
source/style/common.less  50) 	font-weight: bold;
source/style/common.less  51) 	/*
source/style/common.less  52) 	font-family: monospace;
source/style/common.less  53) 	 */
Christian Fraß personal pronouns and infin...

Christian Fraß authored 7 years ago

source/style/common.less  54) 	
source/style/common.less  55) 	&:not(.jumplabel)
source/style/common.less  56) 	{
source/style/common.less  57) 		color: @color-x1;
source/style/common.less  58) 	}
source/style/common.less  59) 	
source/style/common.less  60) 	&.jumplabel
source/style/common.less  61) 	{
source/style/common.less  62) 		color: inherit;
source/style/common.less  63) 		
source/style/common.less  64) 		&:hover
source/style/common.less  65) 		{
source/style/common.less  66) 			color: @color-x1;
source/style/common.less  67) 		}
source/style/common.less  68) 	}
fenris foo

fenris authored 8 years ago

source/style/common.less  69) }
source/style/common.less  70) 
source/style/common.less  71) .note
fenris advanced

fenris authored 8 years ago

source/style/common.less  72) {
source/style/common.less  73) 	padding: 16px;
fenris foo

fenris authored 8 years ago

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

fenris authored 8 years ago

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

fenris authored 8 years ago

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

Christian Fraß authored 7 years ago

source/style/common.less  78) 	background-color: hsv(240, 00%, (0.8 * hsvvalue(@color-bg)) + (0.2 * 50%));
source/style/common.less  79) 	
source/style/common.less  80) 	& > .note_hide
source/style/common.less  81) 	{
source/style/common.less  82) 		display: none;
source/style/common.less  83) 		& ~ .note_label
source/style/common.less  84) 		{
source/style/common.less  85) 			cursor: pointer;
source/style/common.less  86) 			font-style: italic;
source/style/common.less  87) 			&:hover
source/style/common.less  88) 			{
source/style/common.less  89) 				text-decoration: underline;
source/style/common.less  90) 			}
source/style/common.less  91) 		}
source/style/common.less  92) 		&:not(:checked)
source/style/common.less  93) 		{
source/style/common.less  94) 			& ~ .note_content {display: none;}
source/style/common.less  95) 			& ~ .note_label_hide {display: none;}
source/style/common.less  96) 		}
source/style/common.less  97) 		&:checked	
source/style/common.less  98) 		{
source/style/common.less  99) 			& ~ .note_label_show {display: none;}
source/style/common.less 100) 		}
source/style/common.less 101) 	}
fenris advanced

fenris authored 8 years ago

source/style/common.less 102) }
source/style/common.less 103) 
source/style/common.less 104) .note_information
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 8 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: "[Information] ";}
bfadmin-master advanced

bfadmin-master authored 8 years ago

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

fenris authored 8 years ago

source/style/common.less 111) }
source/style/common.less 112) 
source/style/common.less 113) .note_warning
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 8 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: "[Beware] ";}
bfadmin-master advanced

bfadmin-master authored 8 years ago

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

fenris authored 8 years ago

source/style/common.less 120) }
source/style/common.less 121) 
source/style/common.less 122) .note_error
source/style/common.less 123) {
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

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

fenris authored 8 years ago

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

Christian Fraß authored 7 years ago

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

bfadmin-master authored 8 years ago

source/style/common.less 128) 	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 129) }
source/style/common.less 130) 
source/style/common.less 131) .note_reasoning
source/style/common.less 132) {
source/style/common.less 133) 	/*
source/style/common.less 134) 	&:extend(.note);
source/style/common.less 135) 	 */
source/style/common.less 136) 	&:before {font-weight: bold; content: "[Developer Note] ";}
source/style/common.less 137) 	background-color: hsv( 120, 40%, (0.8 * hsvvalue(@color-bg)) + (0.2 * 50%));
fenris advanced

fenris authored 8 years ago

source/style/common.less 138) }
source/style/common.less 139) 
fenris moved to html

fenris authored 8 years ago

source/less/common.less  140) .ipa
source/less/common.less  141) {
source/less/common.less  142) 	&:before
source/less/common.less  143) 	{
source/less/common.less  144) 		content: "/";
source/less/common.less  145) 	}
fenris advanced

fenris authored 8 years ago

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

fenris authored 8 years ago

source/less/common.less  147) 	&:after
source/less/common.less  148) 	{
source/less/common.less  149) 		content: "/";
source/less/common.less  150) 	}
source/less/common.less  151) }
source/less/common.less  152) 
fenris foo

fenris authored 8 years ago

source/style/common.less 153) .buzzword
source/style/common.less 154) {
source/style/common.less 155) 	font-style: italic;
source/style/common.less 156) }
source/style/common.less 157) 
source/style/common.less 158) .slogan
source/style/common.less 159) {
source/style/common.less 160) 	font-style: italic;
source/style/common.less 161) }
source/style/common.less 162) 
fenris moved to html

fenris authored 8 years ago

source/less/common.less  163) .grammarterm
source/less/common.less  164) {
fenris advanced

fenris authored 8 years ago

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

fenris authored 8 years ago

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

fenris authored 8 years ago

source/style/common.less 167) 	 */
source/style/common.less 168) 	font-style: italic;
source/style/common.less 169) }
source/style/common.less 170) 
source/style/common.less 171) .runic
source/style/common.less 172) {
source/style/common.less 173) 	font-weight: bold;
fenris moved to html

fenris authored 8 years ago

source/less/common.less  174) }
source/less/common.less  175) 
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 176) .type_letter
fenris advanced

fenris authored 8 years ago

source/style/common.less 177) {
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 178) 	&.lang_flk
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/style/common.less 179) 	{
source/style/common.less 180) 		font-weight: bold;
source/style/common.less 181) 		/*
source/style/common.less 182) 		font-style: italic;
source/style/common.less 183) 		font-size: 1.2em;
source/style/common.less 184) 		font-family: runic;
source/style/common.less 185) 		 */
source/style/common.less 186) 	}
source/style/common.less 187) 	
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 188) 	&.lang_gem
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 189) 	{
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 190) 		&:before
source/style/common.less 191) 		{
source/style/common.less 192) 			// content: "*";
source/style/common.less 193) 		}
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 194) 	}
source/style/common.less 195) 	
Christian Fraß fast vollständig

Christian Fraß authored 5 years ago

source/style/common.less 196) 	&.lang_gem,
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 197) 	&.lang_eng,
source/style/common.less 198) 	&.lang_afr,
source/style/common.less 199) 	&.lang_nld,
source/style/common.less 200) 	&.lang_deu,
source/style/common.less 201) 	&.lang_dan,
source/style/common.less 202) 	&.lang_nob,
source/style/common.less 203) 	&.lang_swe,
source/style/common.less 204) 	&.lang_nno,
source/style/common.less 205) 	&.lang_isl
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/style/common.less 206) 	{
source/style/common.less 207) 		font-style: italic;
source/style/common.less 208) 	}
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 209) 	
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 210) 	&.lang_yid
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 211) 	{
source/style/common.less 212) 	}
fenris advanced

fenris authored 8 years ago

source/style/common.less 213) }
source/style/common.less 214) 
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 215) .type_word
fenris moved to html

fenris authored 8 years ago

source/less/common.less  216) {
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 217) 	&.lang_flk
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/style/common.less 218) 	{
source/style/common.less 219) 		font-weight: bold;
source/style/common.less 220) 		/*
source/style/common.less 221) 		font-style: italic;
source/style/common.less 222) 		font-size: 1.2em;
source/style/common.less 223) 		font-family: runic;
source/style/common.less 224) 		 */
source/style/common.less 225) 	}
source/style/common.less 226) 	
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 227) 	&.lang_gem
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 228) 	{
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 229) 		&:before
source/style/common.less 230) 		{
source/style/common.less 231) 			content: "*";
source/style/common.less 232) 		}
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 233) 	}
source/style/common.less 234) 	
Christian Fraß fast vollständig

Christian Fraß authored 5 years ago

source/style/common.less 235) 	&.lang_gem,
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 236) 	&.lang_eng,
source/style/common.less 237) 	&.lang_afr,
source/style/common.less 238) 	&.lang_nld,
source/style/common.less 239) 	&.lang_deu,
source/style/common.less 240) 	&.lang_dan,
source/style/common.less 241) 	&.lang_nob,
source/style/common.less 242) 	&.lang_swe,
source/style/common.less 243) 	&.lang_nno,
source/style/common.less 244) 	&.lang_isl
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/style/common.less 245) 	{
source/style/common.less 246) 		font-style: italic;
source/style/common.less 247) 	}
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 248) 	
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 249) 	&.lang_yid
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 250) 	{
source/style/common.less 251) 	}
fenris foo

fenris authored 8 years ago

source/style/common.less 252) }
source/style/common.less 253) 
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 254) .type_sentence
fenris foo

fenris authored 8 years ago

source/style/common.less 255) {
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 256) 	&:before {content: "\"";}
source/style/common.less 257) 	&:after {content: "\"";}
source/style/common.less 258) 	
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 259) 	&.lang_flk
fenris foo

fenris authored 8 years ago

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

Christian Fraß authored 7 years ago

source/style/common.less 261) 		font-weight: bold;
source/style/common.less 262) 		/*
source/style/common.less 263) 		font-style: italic;
source/style/common.less 264) 		font-size: 1.2em;
source/style/common.less 265) 		font-family: runic;
source/style/common.less 266) 		 */
fenris foo

fenris authored 8 years ago

source/style/common.less 267) 	}
source/style/common.less 268) 	
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 269) 	&.lang_gem
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 270) 	{
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 271) 		&:before
source/style/common.less 272) 		{
source/style/common.less 273) 			// content: "*";
source/style/common.less 274) 		}
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 275) 	}
source/style/common.less 276) 	
Christian Fraß fast vollständig

Christian Fraß authored 5 years ago

source/style/common.less 277) 	&.lang_gem,
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 278) 	&.lang_eng,
source/style/common.less 279) 	&.lang_afr,
source/style/common.less 280) 	&.lang_nld,
source/style/common.less 281) 	&.lang_deu,
source/style/common.less 282) 	&.lang_dan,
source/style/common.less 283) 	&.lang_nob,
source/style/common.less 284) 	&.lang_swe,
source/style/common.less 285) 	&.lang_nno,
source/style/common.less 286) 	&.lang_isl
fenris foo

fenris authored 8 years ago

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

Christian Fraß authored 7 years ago

source/style/common.less 288) 		font-style: italic;
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 289) 	}
source/style/common.less 290) 	
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 291) 	&.lang_yid
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 292) 	{
fenris foo

fenris authored 8 years ago

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

fenris authored 8 years ago

source/less/common.less  294) }
source/less/common.less  295) 
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

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

Christian Fraß authored 7 years ago

source/style/common.less 297) {
Christian Fraß es wird!

Christian Fraß authored 5 years ago

source/style/common.less 298) 	// &:before {content: "„";}
source/style/common.less 299) 	// &:after {content: "“";}
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 300) 	
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 301) 	&.lang_flk
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/style/common.less 302) 	{
source/style/common.less 303) 		font-style: italic;
source/style/common.less 304) 		/*
source/style/common.less 305) 		font-weight: bold;
source/style/common.less 306) 		font-size: 1.2em;
source/style/common.less 307) 		font-family: runic;
source/style/common.less 308) 		 */
source/style/common.less 309) 	}
source/style/common.less 310) 	
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 311) 	&.lang_gem
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 312) 	{
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 313) 		&:before
source/style/common.less 314) 		{
source/style/common.less 315) 			// content: "*";
source/style/common.less 316) 		}
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 317) 	}
source/style/common.less 318) 	
Christian Fraß fast vollständig

Christian Fraß authored 5 years ago

source/style/common.less 319) 	&.lang_gem,
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 320) 	&.lang_eng,
source/style/common.less 321) 	&.lang_afr,
source/style/common.less 322) 	&.lang_nld,
source/style/common.less 323) 	&.lang_deu,
source/style/common.less 324) 	&.lang_dan,
source/style/common.less 325) 	&.lang_nob,
source/style/common.less 326) 	&.lang_swe,
source/style/common.less 327) 	&.lang_nno,
source/style/common.less 328) 	&.lang_isl
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/style/common.less 329) 	{
source/style/common.less 330) 		font-style: italic;
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/style/common.less 331) 	}
source/style/common.less 332) 	
Christian Fraß update

Christian Fraß authored 7 years ago

source/style/common.less 333) 	&.lang_yid
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

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

Christian Fraß authored 7 years ago

source/style/common.less 335) 	}
source/style/common.less 336) }
source/style/common.less 337) 
fenris moved to html

fenris authored 8 years ago

source/less/common.less  338) .todo
source/less/common.less  339) {
source/less/common.less  340) 	&:before
source/less/common.less  341) 	{
source/less/common.less  342) 		content: "[ToDo] ";
source/less/common.less  343) 	}
source/less/common.less  344) 	
fenris advanced

fenris authored 8 years ago

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

fenris authored 8 years ago

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

bfadmin-master authored 8 years ago

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

fenris authored 8 years ago

source/less/common.less  348) 	color: white;
source/less/common.less  349) 	font-weight: bold;
source/less/common.less  350) }
source/less/common.less  351) 
fenris advanced

fenris authored 8 years ago

source/style/common.less 352) .code
source/style/common.less 353) {
source/style/common.less 354) 	font-family: monospace;
source/style/common.less 355) }
source/style/common.less 356) 
Christian Fraß better table-snap

Christian Fraß authored 7 years ago

source/style/common.less 357) .clause
source/style/common.less 358) {
source/style/common.less 359) 	padding: 4px;
source/style/common.less 360) 	margin: 2px;
source/style/common.less 361) 	
source/style/common.less 362) 	&.meta
source/style/common.less 363) 	{
source/style/common.less 364) 		&:before
source/style/common.less 365) 		{
source/style/common.less 366) 			content: "[";
source/style/common.less 367) 		}
source/style/common.less 368) 		
source/style/common.less 369) 		&:after
source/style/common.less 370) 		{
source/style/common.less 371) 			content: "]";
source/style/common.less 372) 		}
source/style/common.less 373) 	}
source/style/common.less 374) 	
source/style/common.less 375) 	&.optional
source/style/common.less 376) 	{
source/style/common.less 377) 	}
source/style/common.less 378) 	
source/style/common.less 379) 	&.mandatory
source/style/common.less 380) 	{
source/style/common.less 381) 		text-decoration: underline;
source/style/common.less 382) 	}
source/style/common.less 383) 	
source/style/common.less 384) 	&.predicate
source/style/common.less 385) 	{
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

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

Christian Fraß authored 7 years ago

source/style/common.less 388) 	}
source/style/common.less 389) 	
source/style/common.less 390) 	&.subject
source/style/common.less 391) 	{
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

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

Christian Fraß authored 7 years ago

source/style/common.less 394) 	}
source/style/common.less 395) 	
source/style/common.less 396) 	&.object
source/style/common.less 397) 	{
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

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

Christian Fraß authored 7 years ago

source/style/common.less 400) 	}
source/style/common.less 401) 	
source/style/common.less 402) 	&.other
source/style/common.less 403) 	{
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

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

Christian Fraß authored 7 years ago

source/style/common.less 406) 	}
source/style/common.less 407) }
source/style/common.less 408) 
fenris moved to html

fenris authored 8 years ago

source/less/common.less  409) section
source/less/common.less  410) {
source/less/common.less  411) 	&.chapter
source/less/common.less  412) 	{
bfadmin-master fancy table-stuff, woohoo!

bfadmin-master authored 8 years ago

source/style/common.less 413) 		border-top: 1px solid gray;
source/style/common.less 414) 		padding-top: 40px;
source/style/common.less 415) 		
fenris foo

fenris authored 8 years ago

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

fenris authored 8 years ago

source/less/common.less  417) 		
source/less/common.less  418) 		& > header
source/less/common.less  419) 		{
source/less/common.less  420) 			font-size: 1.6em;
source/less/common.less  421) 			margin-bottom: 6px;
source/less/common.less  422) 		}
source/less/common.less  423) 		
Fenris Wolf advanced

Fenris Wolf authored 8 years ago

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

fenris authored 8 years ago

source/less/common.less  425) 		{
source/less/common.less  426) 			margin-left: 12px;
source/less/common.less  427) 		}
source/less/common.less  428) 	}
source/less/common.less  429) 	
source/less/common.less  430) 	&.section
source/less/common.less  431) 	{
fenris foo

fenris authored 8 years ago

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

fenris authored 8 years ago

source/less/common.less  433) 		
source/less/common.less  434) 		& > header
source/less/common.less  435) 		{
source/less/common.less  436) 			font-size: 1.4em;
source/less/common.less  437) 			margin-bottom: 4px;
source/less/common.less  438) 		}
source/less/common.less  439) 		
Fenris Wolf advanced

Fenris Wolf authored 8 years ago

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

fenris authored 8 years ago

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

Fenris Wolf authored 8 years ago

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

fenris authored 8 years ago

source/less/common.less  443) 		}
source/less/common.less  444) 	}
source/less/common.less  445) 	
source/less/common.less  446) 	
source/less/common.less  447) 	&.subsection
source/less/common.less  448) 	{
fenris foo

fenris authored 8 years ago

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

fenris authored 8 years ago

source/less/common.less  450) 		
source/less/common.less  451) 		& > header
source/less/common.less  452) 		{
source/less/common.less  453) 			font-size: 1.2em;
source/less/common.less  454) 			margin-bottom: 2px;
source/less/common.less  455) 		}
source/less/common.less  456) 		
Fenris Wolf advanced

Fenris Wolf authored 8 years ago

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

fenris authored 8 years ago

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

Fenris Wolf authored 8 years ago

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

fenris authored 8 years ago

source/less/common.less  460) 		}
source/less/common.less  461) 	}
source/less/common.less  462) 	
source/less/common.less  463) 	&.pseudo
source/less/common.less  464) 	{
source/less/common.less  465) 		& > header
source/less/common.less  466) 		{
source/less/common.less  467) 			font-style: italic;
source/less/common.less  468) 		}
source/less/common.less  469) 	}
source/less/common.less  470) 	
fenris foo

fenris authored 8 years ago

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

fenris authored 8 years ago

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

fenris authored 8 years ago

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

fenris authored 8 years ago

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

fenris authored 8 years ago

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