연습장:카페인러브: 두 판 사이의 차이

imported>카페인러브
imported>카페인러브
16번째 줄: 16번째 줄:
* 개그 (웃기는 것을 가장 큰 목적으로 하는 작품)
* 개그 (웃기는 것을 가장 큰 목적으로 하는 작품)
* 메카
* 메카
* 공포
* 미스터리 (호러, 오컬트, 추리 모두 포함)
* 미스터리
* BL
* BL
{{분할|2}}
{{분할|2}}

2013년 8월 18일 (일) 18:36 판

카테고리

작품

내용, 목적에 따라
  • 액션
  • 모험
  • 스포츠
  • 로맨스
  • 판타지
    • 판타지
    • SF
  • 연애
    • 러브코미디 (코미디 요소가 강한 것)
    • 순정 (소녀향 연애물)
  • 개그 (웃기는 것을 가장 큰 목적으로 하는 작품)
  • 메카
  • 미스터리 (호러, 오컬트, 추리 모두 포함)
  • BL
배경, 소재에 따라
  • 밀리터리
  • 학원
비사용
  • 일상 (현대물X, 판타지요소X)
  • 치유계

캐릭터

성우

만들 순서

user page ajax load

////////////////////////////////////////
// Bind Infinite Ajax Scroll in User Board
jQuery(function() {
	jQuery.ias({
		container : '.user-page-board',
		item: '.user-board-message',
		loader: '<img src="https://raw.github.com/webcreate/infinite-ajax-scroll/master/dist/images/loader.gif"/>'
	});
});

auto expand textarea

$(document).ready(function($) {
	$("textarea").keyup(function(e) {
		while($(this).outerHeight() < this.scrollHeight + parseFloat($(this).css("borderTopWidth")) + parseFloat($(this).css("borderBottomWidth"))) {
			$(this).css('overflow', 'hidden');
			$(this).height($(this).height()+1);
		};
	});
});

Color scheme

#header {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

+ dropdown-menu { bg : light blue }

최근 바뀜

더 보기